__( 'Admin Email Customizer', 'profile-builder' ), 'page_title' => __( 'Admin Email Customizer Settings', 'profile-builder' ), 'menu_slug' => 'admin-email-customizer', 'page_type' => 'submenu_page', 'capability' => 'manage_options', 'priority' => 10, 'parent_slug' => 'profile-builder' ); new WCK_Page_Creator_PB( $args ); } add_action( 'admin_menu', 'wppb_admin_email_customizer_submenu', 1 ); add_action( 'wck_before_meta_boxes', 'wppb_add_tabs_on_top_of_admin_email_page' ); function wppb_add_tabs_on_top_of_admin_email_page( $hookname ){ if( $hookname == 'profile-builder_page_admin-email-customizer' ){ if( isset( $_GET['mustache_action'] ) && $_GET['mustache_action'] == 'save' ) { ?>

'wppb_admin_emailc_common_settings_header', // field id and name 'type' => 'header', // type of field 'default' => __( 'These settings are also replicated in the "User Email Customizer" settings-page upon save.', 'profile-builder' ).' '.__( 'Valid tags {{reply_to}} and {{site_name}}', 'profile-builder'), // type of field ), array( 'label' => __( 'From (name)', 'profile-builder' ), //