| 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/ |
Upload File : |
<?php
/*-----------------------------------------------------------------------------------
Here we have all the custom functions for the theme
Please be extremely cautious editing this file.
You have been warned!
-------------------------------------------------------------------------------------*/
// Option-Tree Theme Mode
require get_theme_file_path('/inc/admin/option-tree/init.php');
// Theme Admin
require get_theme_file_path('/inc/admin/welcome/fuelthemes.php');
// TGM Plugin Activation Class
require get_theme_file_path('/inc/admin/plugins/plugins.php');
// Imports
require get_theme_file_path('/inc/admin/imports/import.php');
// Script Calls
require get_theme_file_path('/inc/script-calls.php');
// Ajax
require get_theme_file_path('/inc/ajax.php');
// Add Menu Support
require get_theme_file_path('/inc/wp3menu.php');
// Lazy Loading
require get_theme_file_path('/inc/thb-lazyload.php');
// Enable Sidebars
require get_theme_file_path('/inc/sidebar.php');
// Widgets
require get_theme_file_path('/inc/widgets.php');
// Social Functions
require get_theme_file_path('/inc/post-social.php');
// Misc
require get_theme_file_path('/inc/misc.php');
// Reviews
require get_theme_file_path('/inc/post-reviews.php');
// CSS Output of Theme Options
require get_theme_file_path('/inc/selection.php');
// Email Downloads
require get_theme_file_path('/inc/download_emails.php');
// Twitter oAuth
require get_theme_file_path('/inc/TwitterAPIExchange.php');
// Share Counts
require get_theme_file_path('/inc/posts-social-shares-count/posts-share-count.php');
// Visual Composer Integration
require get_theme_file_path('/inc/visualcomposer.php');
// Shortcode Generator & Shortcodes (+)
require get_theme_file_path('/inc/tinymce/tinymce-class.php');
require get_theme_file_path('/inc/tinymce/shortcode-processing.php');
// WooCommerce Settings specific for theme
require get_theme_file_path('/inc/woocommerce.php');
require get_theme_file_path('/inc/woocommerce-category-image.php');
// SideKick Integration
define('SK_PRODUCT_ID',459);
define('SK_ENVATO_PARTNER', '5LXnCIbjT0TD4jcyZuhMSAgVwil8hU5TTxIW5cNNwbA=');
define('SK_ENVATO_SECRET', 'RqjBt/YyaTOjDq+lKLWhL10sFCMCJciT9SPUKLBBmso=');
// Tribe Events Compatibility */
add_action('tribe_events_before_html', function() {
echo '<div class="row"><div class="small-12 columns">';
});
add_action('tribe_events_after_html', function() {
echo '</div></div>';
});