We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c01429 commit 49412bfCopy full SHA for 49412bf
modules/pdf-ninja.php
@@ -103,7 +103,7 @@ public function register_settings_fields( $settings_fields )
103
Pdf_Forms_For_WPForms::render( "pdf-ninja-settings",
104
array(
105
'request-new-key-heading' => esc_html__( "Request new key from API", 'pdf-forms-for-wpforms' ),
106
- 'admin-email' => $this->get_admin_email(),
+ 'admin-email' => esc_html( $this->get_admin_email() ),
107
'admin-email-label' => esc_html__( "Administrator's Email Address", 'pdf-forms-for-wpforms' ),
108
'get-new-key-label' => esc_html__( "Get new key", 'pdf-forms-for-wpforms' ),
109
)
0 commit comments