'; /** * Fires immediately after wrap div started on all of the cptui admin pages. * * @since 1.14.0 */ do_action( 'cptui_inside_wrap' ); /** * Fires at the top of the FAQ/Support page. * * @since 1.0.0 */ do_action( 'cptui_main_page_before_faq' ); ?>

', '', '' . esc_html__( 'CPT UI Pro', 'custom-post-type-ui' ) . '', '' . esc_html__( 'View our features page', 'custom-post-type-ui' ) . '', '' . esc_html__( 'Support Forums', 'custom-post-type-ui' ) . '' ); ?>

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

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

  1. CMB2' ); ?>
  2. register_taxonomy_for_object_type()' ); ?>
  3. ', '' ); ?>
  4. 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' );
    
  5. Custom Post Type UI Capabilities on GitHub' ); ?>

 
'; }