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

'.esc_html__( 'Thanks for installing & activating SKT Templates Plugin, Go to SKT Templates And Import Posterity template.', 'posterity' ). ' '.esc_html__( 'Go to SKT Templates', 'posterity').''. '

'; echo '

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

'; } posterity_theme_pages_footer(); } function posterity_sktwb_help() { posterity_theme_pages_header(); global $posterity_a13; ?>

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


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