/home/techb158/l2hypotheques.com/wp-content/plugins/calculator-builder/admin
NameSizeModeActions
class-admin.php60540644editdlrm
fields-options.php124640644editdlrm
formula.php80500644editdlrm
includes.php23640644editdlrm
index.php260644editdlrm
page-extensions.php16330644editdlrm
page-list.php6910644editdlrm
page-main.php38840644editdlrm
page-settings.php73300644editdlrm
page-support.php85820644editdlrm
page-tools.php28060644editdlrm
Edit: /home/techb158/l2hypotheques.com/wp-content/plugins/calculator-builder/admin/page-settings.php (7330B)
* @copyright Copyright (c) 2022, CalcHub.xyz * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License * @version 0.4 */ // Exit if accessed directly defined( 'ABSPATH' ) || exit; // Set variables $settings = CALCHUB()->db->get_settings(); foreach ( $settings as $key => $value ) { $$key = $value; } $calc_link = isset( $param['calc_link'] ) ? $param['calc_link'] : ''; $url_form = admin_url() . 'admin.php?page=' . CALCHUB_PLUGIN_SLUG; ?>
get_calc_tags(); ?>

sanitize->form( $form ); ?>
    __( 'Formula', 'calculator-builder' ), 'includes' => __( 'Includes', 'calculator-builder' ), ) ); foreach ( $tab_elements as $key => $val ) { $active = ( $key === 'formula' ) ? 'is-active' : ''; echo '
  • ' . esc_html( $val ) . '
  • '; } ?>
$val ) { $active = ( $key === 'formula' ) ? 'is-active' : ''; echo '
'; $file = apply_filters( 'calchub_filter_settings_tab_content', $key ); include_once( $file . '.php' ); echo '
'; } ?>