'primary_menu', 'container' => '', 'menu_class' => 'navbar-nav me-auto mb-2 mb-lg-0', 'fallback_cb' => 'WP_Bootstrap_Navwalker::fallback', 'walker' => new WP_Bootstrap_Navwalker() ) ); } endif; add_action( 'accron_primary_navigation', 'accron_primary_navigation' ); if ( ! function_exists( 'accron_footer_navigation' ) ) : function accron_footer_navigation() { wp_nav_menu( array( 'theme_location' => 'footer_menu', 'container' => '', 'menu_class' => 'footer-menu', 'fallback_cb' => 'WP_Bootstrap_Navwalker::fallback', 'walker' => new WP_Bootstrap_Navwalker() ) ); } endif; add_action( 'accron_footer_navigation', 'accron_footer_navigation' ); // Accron Pro Navigation Cart if ( ! function_exists( 'accron_navigation_cart' ) ) : function accron_navigation_cart() { $hide_show_cart = get_theme_mod( 'hide_show_cart','1'); if($hide_show_cart=='1' && class_exists( 'Woocommerce' )): ?>

cart->cart_contents_count; ?> 0 ) { ?>
<?php esc_attr_e( 'Theme Screenshot', 'accron' ); ?>

'. wp_get_theme()->get('Name'). '' ); ?>

', ''); ?>

get('Name')); $get_started_text = esc_html__('Get started with %s', 'accron'); ?> ','accron'), '', '' ); ?>
sanitize_key( wp_unslash( 'clever-fox' ) ), 'fields' => array( 'sections' => false, ), ) ); $skin = new WP_Ajax_Upgrader_Skin(); $upgrader = new Plugin_Upgrader( $skin ); $result = $upgrader->install( $api->download_link ); } // Activate plugin. if ( current_user_can( 'activate_plugin' ) ) { $result = activate_plugin( 'clever-fox/clever-fox.php' ); } // Return a response if needed wp_send_json_success( 'Plugin installed successfully!' ); } /** * This Function Check whether Sidebar active or Not */ if(!function_exists( 'accron_blog_column_layout' )) : function accron_blog_column_layout(){ if(is_active_sidebar('accron-sidebar-primary')) { echo 'col-lg-8'; } else { echo 'col-lg-12'; } } endif; /* * * Contact Instagram Gallery Default */ function accron_get_instagram_gallery_default() { return apply_filters( 'accron_get_instagram_gallery_default', json_encode( array( array( 'image_url' => esc_url(get_template_directory_uri() . '/assets/images/gallery/item1.jpg'), 'id' => 'customizer_repeater_instagram_gallery_001', ), array( 'image_url' => esc_url(get_template_directory_uri() . '/assets/images/gallery/item2.jpg'), 'id' => 'customizer_repeater_instagram_gallery_002', ), array( 'image_url' => esc_url(get_template_directory_uri() . '/assets/images/gallery/item3.jpg'), 'id' => 'customizer_repeater_instagram_gallery_003', ), array( 'image_url' => esc_url(get_template_directory_uri() . '/assets/images/gallery/item4.jpg'), 'id' => 'customizer_repeater_instagram_gallery_004', ), array( 'image_url' => esc_url(get_template_directory_uri() . '/assets/images/gallery/item5.jpg'), 'id' => 'customizer_repeater_instagram_gallery_005', ), array( 'image_url' => esc_url(get_template_directory_uri() . '/assets/images/gallery/item6.jpg'), 'id' => 'customizer_repeater_instagram_gallery_006', ), ) ) ); }