function magine_child_theme_styles() { wp_enqueue_style( 'magine-style', get_template_directory_uri() . '/style.css', array( 'bootstrap' ) ); wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array( 'magine-style' ), wp_get_theme()->get('Version') ); } add_action( 'wp_enqueue_scripts', 'magine_child_theme_styles'); add_action( 'admin_bar_menu', 'show_template' ); function show_template() { global $template; print_r( $template ); } ?> // Exit if accessed directly if ( !defined('ABSPATH')) exit; require_once ( get_template_directory() . '/includes/functions.php' ); /* BOOTSTRAP 4 */ require_once ( get_template_directory() . '/includes/bs4navwalker.php' ); require_once ( get_template_directory() . '/includes/bs4pagination.php' ); require_once ( get_template_directory() . '/includes/bs4breadcrumb.php' ); /* ELEMENTOR */ require_once ( get_template_directory() . '/includes/elementor.php' ); /* KIRKI */ if (class_exists( 'Kirki' )) { require_once ( get_template_directory() . '/includes/kirki.php' ); } /* IF CMB2 PLUGIN IS LOADED */ if ( defined( 'CMB2_LOADED' ) ) { require_once ( get_template_directory() . '/includes/meta-boxes.php' ); } /* IF WOOCOMMERCE PLUGIN IS LOADED */ if ( class_exists( 'woocommerce' ) ) { require_once ( get_template_directory() . '/includes/woo-functions.php' ); }

404

The page you were looking for could not be found!

Back to Home
Skip to toolbar