'.esc_html__( 'What\'s next?', 'bicycleshop' ).''; //check for companion plugin if( bicycleshop_is_companion_plugin_ready( esc_html__( 'This Theme requires an additional plugin before you will be able to use it. ', 'bicycleshop' ) ) ){ echo '

'.esc_html__( 'Import your Bicycleshop Template to complete the installation.', 'bicycleshop' ). ' '.esc_html__( 'Go to SKT Templates', 'bicycleshop').''. '

'; echo '

'.esc_html__( 'Bicycleshop theme options help you with making your site beautiful.', 'bicycleshop' ). ' '.esc_html__( 'Go to Customizer', 'bicycleshop').''. '

'; } bicycleshop_theme_pages_footer(); } function bicycleshop_sktwb_help() { bicycleshop_theme_pages_header(); global $bicycleshop_a13; ?>

esc_html__( 'Info', 'bicycleshop' ), 'help' => esc_html__( 'Get Help', 'bicycleshop' ), ); //check for current tab $current_subpage = isset( $_GET['subpage'] ) ? sanitize_text_field( wp_unslash( $_GET['subpage'] ) ) : 'info'; ?>


'; } function bicycleshop_importer_grid_item($files_directory, $demo ){ $current_item_categories = ''; foreach ( $demo['categories'] as $category ) { $current_item_categories .= str_replace( ' ', '_', strtolower( $category ) ) . ' '; } echo '
'; echo '
'; echo ''; echo '
' . esc_html( implode( ' ', $demo['categories'] ) ) . '
'; echo '
'; echo '' . esc_html__( 'Live preview', 'bicycleshop' ) . ''. '' . esc_html( $demo['name'] ) .''; if( in_array( 'pro', array_map( 'strtolower', $demo['categories'] ) ) ){ $query_args = array( 'page' => 'bicycleshopinfopage' ); } else{ echo ''; } echo '
';//end .action-bar echo '
';//end .demo_grid_item > div echo '
';//end .demo_grid_item }