` heading tag.
*
* @since 1.3.0
*/
do_action( 'cptui_main_page_after_header' );
?>
esc_html__( 'Column Builder', 'custom-post-type-ui' ),
'desc' => esc_html__( 'Add, remove, and reorder columns on any post type list screen — core fields, custom meta, ACF fields, and taxonomy terms. Includes per-user visibility controls.', 'custom-post-type-ui' ),
],
[
'title' => esc_html__( 'Advanced Filters', 'custom-post-type-ui' ),
'desc' => esc_html__( 'Add dropdown filters to any post type list screen — filter by taxonomy, meta field, or custom data without writing code.', 'custom-post-type-ui' ),
],
[
'title' => esc_html__( 'Taxonomy List Table Controls', 'custom-post-type-ui' ),
'desc' => esc_html__( 'Extend the column builder and filter system to taxonomy term list screens, not just post types.', 'custom-post-type-ui' ),
],
[
'title' => esc_html__( 'Shortcode Builder', 'custom-post-type-ui' ),
'desc' => esc_html__( 'Display custom post type content anywhere with a visual shortcode builder. Layouts include list, grid, grid with overlay, slider, post cards, featured plus, single post, single page, single post type, and taxonomy list.', 'custom-post-type-ui' ),
],
[
'title' => esc_html__( 'Gutenberg Display Block', 'custom-post-type-ui' ),
'desc' => esc_html__( 'A dedicated block for pulling and displaying custom post type content inside the block editor.', 'custom-post-type-ui' ),
],
[
'title' => esc_html__( 'Multisite / Network Support', 'custom-post-type-ui' ),
'desc' => esc_html__( 'Full network admin UI for managing CPT UI settings across a multisite installation.', 'custom-post-type-ui' ),
],
[
'title' => esc_html__( 'Third-Party Integrations', 'custom-post-type-ui' ),
'desc' => esc_html__( 'ACF fields native in the column builder, dedicated WooCommerce product and Easy Digital Downloads layouts, and Customizer-based styling for shortcode output.', 'custom-post-type-ui' ),
],
[
'title' => esc_html__( 'Theme Template Overrides', 'custom-post-type-ui' ),
'desc' => esc_html__( 'Copy shortcode templates into your theme to fully customize the HTML output.', 'custom-post-type-ui' ),
],
[
'title' => esc_html__( 'Automatic Updates & Priority Support', 'custom-post-type-ui' ),
'desc' => esc_html__( 'License-based updates delivered directly from Pluginize, plus access to priority support.', 'custom-post-type-ui' ),
],
];
?>
' . 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 '';
}
?>