` 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 '
'; $ads = cptui_get_ads(); if ( ! empty( $ads ) ) { foreach ( $ads as $ad ) { $the_ad = sprintf( '%s', esc_attr( $ad['image'] ), esc_attr( $ad['text'] ) ); // Escaping $the_ad breaks the html. printf( '

%s

', esc_url( $ad['url'] ), $the_ad // phpcs:ignore ); } } 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 ''; } ?>