????JFIF??x?x????'
Server IP : 104.21.64.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/tempvsty/oaa-foundation.org/wp-content/themes/yith-wonder/ |
Upload File : |
<?php /** * Functions and definitions * * @link https://developer.wordpress.org/themes/basics/theme-functions/ * * @package yith-wonder * @since 1.0.0 */ if ( ! defined( 'YITH_WONDER_VERSION' ) ) { define( 'YITH_WONDER_VERSION', wp_get_theme()->get( 'Version' ) ); } // Scripts. require_once get_theme_file_path( 'inc/scripts.php' ); // Enable customizer (mainly for Additional CSS feature). add_action( 'customize_register', '__return_true' ); // Block patterns. require_once get_theme_file_path( 'inc/register-block-pattern-categories.php' ); // Block styles. require_once get_theme_file_path( 'inc/register-block-styles.php' ); // WooCommerce. if ( class_exists( 'woocommerce' ) ) { require_once get_theme_file_path( 'inc/woocommerce.php' ); } // Backward compatibility. require_once get_theme_file_path( 'inc/backward-compatibility.php' );