PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/footcrew.com/wp-content/plugins/apus-themer/vendors/kingcomposer/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/footcrew.com/wp-content/plugins/apus-themer/vendors/kingcomposer/functions.php

<?php

function apus_themmer_maps() {
	if ( in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) {
		require_once( APUS_THEMER_DIR .'vendors/kingcomposer/maps/woocommerce.php'  );
	}
	if ( in_array( 'revslider/revslider.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) {
		require_once( APUS_THEMER_DIR .'vendors/kingcomposer/maps/revslider.php'  );
	}
	require_once( APUS_THEMER_DIR .'vendors/kingcomposer/maps/elements.php' );
}
apus_themmer_maps();

function apus_themmer_set_template_path(){
	global $kc;  
	
	$kc->set_template_path( APUS_THEMER_DIR . 'templates/kingcomposer/' );
	$kc->set_template_path( get_template_directory() . '/kingcomposer/' );
}
add_action('init', 'apus_themmer_set_template_path' , 99 );


function apus_themmer_enable_custom_posttype(){
	global $kc;
	$kc->add_content_type( 'apus_megamenu' );
	$kc->add_content_type( 'apus_footer' );
}
add_action('init', 'apus_themmer_enable_custom_posttype' , 99 );