` heading tag.
*
* @since 1.3.0
*/
do_action( 'cptui_main_page_after_header' );
?>
' . sprintf( esc_html__( 'More from %s', 'custom-post-type-ui' ), 'WebDevStudios' ) . '';
echo '';
}
add_action( 'cptui_main_page_extra_notes', 'cptui_pluginize_content', 9 );
/**
* Render our newsletter form for the about page.
*
* @since 1.4.0
*/
function cptui_about_page_newsletter() {
if ( cptui_is_new_install() ) {
return '';
}
?>