| Server IP : 213.186.33.4 / Your IP : 216.73.216.222 Web Server : Apache System : Linux webm005.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : karinebmkh ( 644538) PHP Version : 8.4.22 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/karinebmkh/www2/wp-content/themes/thevoux-wp/inc/admin/option-tree/ |
Upload File : |
<?php
add_filter( 'ot_show_pages', '__return_true' );
add_filter( 'ot_show_new_layout', '__return_false' );
add_filter( 'ot_theme_mode', '__return_true' );
add_filter( 'ot_override_forced_textarea_simple', '__return_true' );
add_filter( 'ot_show_settings_import', '__return_false' );
add_filter( 'ot_show_options_ui', '__return_false' );
add_filter( 'ot_show_settings_import', '__return_false' );
add_filter( 'ot_google_fonts_api_key', function() { return 'AIzaSyA_sfIukXUl1YF8tpjXNGOvpYKNDnFKwFM'; } );
require get_template_directory() .'/inc/admin/option-tree/ot-radioimages.php' ;
require get_template_directory() .'/inc/admin/option-tree/ot-metaboxes.php' ;
require get_template_directory() .'/inc/admin/option-tree/ot-themeoptions.php' ;
require get_template_directory() .'/inc/admin/option-tree/ot-functions.php' ;
if ( ! class_exists( 'OT_Loader' ) ) {
require get_template_directory() .'/inc/admin/option-tree/admin/ot-loader.php';
}