base ) { return; } if ( wp_doing_ajax() ) { return; } wp_enqueue_script( 'cptui' ); wp_enqueue_style( 'cptui-css' ); } add_action( 'admin_enqueue_scripts', 'cptui_support_enqueue_scripts' ); /** * Create our settings page output. * * @since 1.0.0 * * @internal */ function cptui_support() { echo '
'; /** * Fires at the top of the FAQ/Support page. * * @since 1.0.0 */ do_action( 'cptui_main_page_before_faq' ); ?>

', '', '' . esc_html__( 'CPTUI Extended', 'custom-post-type-ui' ) . '', '' . esc_html__( 'View our Layouts page', 'custom-post-type-ui' ) . '', '' . esc_html__( 'Support Forums', 'custom-post-type-ui' ) . '' ); ?>

  1. %s', 'https://pluginize.com/plugins/custom-post-type-ui-extended/?utm_source=faq-remove&utm_medium=text&utm_campaign=cptui', 'Custom Post Type UI Extended' ) ); ?>

  1. ', '' ); ?>
  2. %s', 'https://pluginize.com/plugins/custom-post-type-ui-extended/?utm_source=faq&utm_medium=text&utm_campaign=cptui', 'Custom Post Type UI Extended' ), 'WP_Query' ); ?>
  3. http://docs.pluginize.com/article/17-post-types-in-category-tag-archives' ); ?>
  4. ', '' ); ?>

  1. CMB2' ); ?>
  2. register_taxonomy_for_object_type()' ); ?>
  3. ', '', '', '' ); ?>
  4. Hookr.io' ); ?>
  5. function my_custom_title_text( $title ){
    	global $post;
    	if ( 'ENTER POST TYPE SLUG HERE' == $post->post_type )
    		return 'NEW CUSTOM TEXT HERE';
    	}
    }
    add_filter( 'enter_title_here', 'my_custom_title_text' );
    
  6. Custom Post Type UI Capabilities on GitHub' ); ?>

 
'; }