Hide Business Info Phone Number from the Front End
This filter can be used to hide business info phone number from the front end.
Change Location Taxonomy Options When its Registered
This filter can be used to change the taxonomy option to ‘hierarchical’
Change the Default Taxonomy Name “aioseo-location-category”
This filter can be used to change the default taxonomy name “aioseo-location-category”.
Ignore Cover Image Block when “First Image in Content” is set as the Image Source
This filter can be used to ignore the cover image block when “First Image in Content”…
How to Perform Field Comparisons Within Your WPForms
/** * Perform Field Comparisons * * @link https://wpforms.com/developers/how-to-perform-field-comparisons-within-your-wpforms/ */ function wpf_dev_compare_fields( $fields, $entry, $form_data )…
How to Customize the Labels for Image Choices - Combined effect
form#wpforms-form-1000 .wpforms-field .wpforms-image-choices-item:hover .wpforms-image-choices-label { position: absolute; top: 0; left: 50%; transform: translateX(-50%); background-color: #f6f6f6; color:…
Setting the Default Address Scheme to International
This snippet is used to update the default behavior of the Address field in WPForms. This…
How to Set the Language for Google reCAPTCHA
/** * Set the language for Google reCAPTCHA. * * @link https://wpforms.com/developers/how-to-set-the-language-for-google-recaptcha/ */ function wpf_dev_recaptcha_language( $url…
Change Validation Messages for Required Fields - WPML
Below is an example that changes the required field validation message depending on the language WPML…
Add Image Alt Text automatic
function add_alt_text_to_images( $html ) { // Check if the image has a title attribute if (…
Redirect To Referer After Login
After a user logs in, redirect them back to the page they were on right before…
Add Email Headers
Add headers to Charitable emails (for example CC/BCC headers).
Add Custom Campaign Field
This example shows how you can add a new campaign field to be displayed in Charitable…
Change Postcode To Zipcode
Change the "Postcode" field into a "ZIP Code" field.
Register New Donation Field
Adding a new field (in this example it is a National ID Number). Explains all the…