'email', 'name' => 'to', 'value' => wp_get_current_user()->user_email, 'placeholder' => 'recipient@domain.com', 'custom_attr' => [ 'size' => 40 ] ]); ?>
display_name; $from_email = ( ! empty( $email_settings['from_email'] ) ) ? $email_settings['from_email'] : get_option( 'admin_email' ); erp_html_form_input([ 'type' => 'text', 'name' => 'from', 'value' => sprintf( '%s <%s>', $from_name, $from_email ), 'custom_attr' => [ 'readonly' => 'readonly', 'size' => 40 ] ]); ?>
'textarea', 'name' => 'body', 'placeholder' => __( 'Leave blank to send default texts', 'erp' ), 'custom_attr' => [ 'cols' => 45, 'rows' => 6 ] ]); ?>