Search results for: admin
Unattached Media Cleanup
// Schedule the event if it is not already scheduled function schedule_unattached_media_cleanup() { if (!wp_next_scheduled('delete_unattached_media_event')) {…
Sending Numerical Values Through Webhooks
This snippet allows you to send numbers through Webhooks as opposed to the default behaviour that…
Sending Geolocation Data Through Webhooks
This snippet works with the Geolocation and Webhooks addon. It allows you to send geolocation data…
How to Display Hidden Single Item Fields in Order Summary
This code snippet will display the hidden single item field in order summary
Set a specific language for Cloudflare Turnstile.
/** * Set a specific language for Cloudflare Turnstile. * * @link https://wpforms.com/developers/how-to-set-the-language-for-cloudflare-turnstile */ function wpf_add_turnstile_language_script()…
Change the No Results Found text in Modern Dropdown
This snippet changes the default no result found text in Dropdown field with Modern style.
Disable the space key with the special CSS class
This code snippet disables the space key. When a user presses the space key in these…
Adding a Video Before Your Form
This code snippet will add a video above your form.
Processing Smart Tags in HTML Field
This snippet makes WPForms Smart Tags usable in the HTML field
Custom Style Icons for Rating field
This snippet will customize your rating icons in the Rating field
Using Smart Tags in Your WordPress Rewrite Rules
This code snippet converts messy query string URLs into clean, user-friendly URLs while preserving functionality
Focused Form Fields
This CSS snippet will make your fields focused on click.
Change the Payment Delimiter Inside Email Notifications
This snippet changes the default separator for payment details in emails.
Create Custom Address Scheme
This code snippet will create your own unique address scheme and list all the countries.
Remove WordPress Version Number
Hide the WordPress version number from your site's frontend and feeds