get('Version') ); /* PLUGIN JS */ wp_enqueue_script( 'jquery-rd-navbar', get_theme_file_uri( '/assets/rd-navbar/js/jquery.rd-navbar.js' ), 0, '', true ); /*THEME JS */ wp_enqueue_script( 'simu-js', get_theme_file_uri( '/assets/js/simu.js' ),0, '', true ); } add_action( 'wp_enqueue_scripts', 'simu_store_enqueue_child_styles' ); require get_theme_file_path() . '/vendor/wp-bootstrap-navwalker/class-wp-bootstrap-navwalker.php'; add_action( 'init', 'simu_store_remove_action'); function simu_store_remove_action() { remove_action( 'sornacommerce_site_header_block','sornacommerce_header_block',11 ); remove_action( 'sornacommerce_site_footer_block', 'sornacommerce_site_footer_block' ); } add_action( 'sornacommerce_site_header_block','simu_store_site_header_block',11 ); if( !function_exists('simu_store_site_header_block') ) : function simu_store_site_header_block() { ?>