We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now, the plugin is using sanitize_text_field function to sanitize contact_form_tail and subscribe_form_tail textareas.
I think wp_kses function is the right choice if you want to keep the HTML tags: https://codex.wordpress.org/Function_Reference/wp_kses
WP.org ticket: https://wordpress.org/support/topic/contact-and-subscribe-forms-not-accepting-links/ Another suggestion related to this module: https://wordpress.org/support/topic/privacy-policy-page-link-open-in-new-window/
The text was updated successfully, but these errors were encountered:
Done
Sorry, something went wrong.
No branches or pull requests
Right now, the plugin is using sanitize_text_field function to sanitize contact_form_tail and subscribe_form_tail textareas.
I think wp_kses function is the right choice if you want to keep the HTML tags: https://codex.wordpress.org/Function_Reference/wp_kses
WP.org ticket: https://wordpress.org/support/topic/contact-and-subscribe-forms-not-accepting-links/
Another suggestion related to this module: https://wordpress.org/support/topic/privacy-policy-page-link-open-in-new-window/
The text was updated successfully, but these errors were encountered: