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

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

'; echo '

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

'; } barter_theme_pages_footer(); } function barter_sktwb_help() { barter_theme_pages_header(); global $barter_a13; ?>

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


'; } function barter_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', 'barter' ) . ''. '' . esc_html( $demo['name'] ) .''; if( in_array( 'pro', array_map( 'strtolower', $demo['categories'] ) ) ){ $query_args = array( 'page' => 'barterinfopage' ); } else{ echo ''; } echo '
';//end .action-bar echo '
';//end .demo_grid_item > div echo '
';//end .demo_grid_item }