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 '
', '', '' . 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' ) . '' ); ?>
|
|
|
|
|