__( 'Default Subject Name', AE ), 'description' => __( 'This will override the default WordPress subject name.', AE ), 'default' => get_bloginfo( 'name' ), 'wrap' => 'p', 'wrap_class' => 'separator' ) ); ae_field_html( 'text', 'wp_mail_address', array( 'label' => __( 'Default Email Address', AE ), 'description' => __( 'This will override the default WordPress email address.', AE ), 'default' => get_bloginfo( 'admin_email' ), 'wrap' => 'p', 'wrap_class' => 'separator' ) ); ?>

{if}role_slug_name|subject_name_text{/if}
   Note, {if} must have always {/if} closing to avoid error setup.    role_slug_name - example slug role is `subscriber`, `contributor`, `author`, `editor`administrator`.    subject_name_text - defaul subject name is `[%s] New User Registration`.

__( 'New user registration subject name', AE ), 'description' => sprintf( __( 'This will override the default `[%s] New User Registration` WordPress subject name. This settings will work since WordPress 4.9.0', AE ), $blogname ), 'default' => sprintf( __( '[%s] New User Registration', AE ), $blogname ), 'wrap' => 'p', 'wrap_class' => 'separator' ) );