Description The wpforms_enable_form_data_slashing filter allows developers to enable or disable the slashing of form data in the WPForms builder. When enabled, this filter prevents the removal of backslashes in form fields after saving and refreshing the form. Parameters $enabled (bool) Determines whether form data slashing should be enabled. If true, backslashes in form fields will […]
wpforms_field_file_upload_remove_webfiles_from_denylist_enabled
Description The wpforms_field_file_upload_remove_webfiles_from_denylist_enabled filter allows removing HTM, HTML, and JS file extensions from the denylist for logged-in administrators in the File Upload field. Parameters $enabled (bool) (Optional) Determines Whether to remove HTM, HTML, and JS from the denylist for logged-in admins, default is false. Source wpforms/pro/includes/fields/class-file-upload.php More Information This filter is applied to determine whether […]
wpforms_frontend_js_header_force_load
Learn how to use the wpforms_frontend_js_header_force_load filter.
How to Increase Image Size in Notification Emails
Learn how to increase the size of uploaded images in Notification Emails.
wpforms_pro_fields_entry_preview_get_field_value_show_empty
The wpforms_pro_fields_entry_preview_get_field_value_show_empty filter is used to hide empty fields inside entry preview.
How To Remove Specific Fields From {all_fields} in Notifications
Learn how to remove specific fields from your form notifications.