Setting the Default Address Scheme to International

This snippet is used to update the default behavior of the Address field in WPForms. This…

10+

Remove the default 'aioseo-' ID prefix added for the Table of Content block

This snippet can be used to remove the default 'aioseo-' ID prefix added for the Table…

10+

Dynamically Displaying Years in Your Forms

/** * Dynamically display years in the forms * * @link https://wpforms.com/developers/how-to-dynamically-display-years-in-your-forms/ */ function wpf_dev_dynamic_school_year( )…

10+

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…

10+

Change Validation Messages for Required Fields - WPML

Below is an example that changes the required field validation message depending on the language WPML…

10+

Set WP Login Url To Charitable Login Page

Always use the Charitable login page as the login.

Add Custom Campaign Field

This example shows how you can add a new campaign field to be displayed in Charitable…

Enable Block Editor For Campaigns

Code that will modify the way the Campaign post type is set up to so that…

Use Page Template For Campaigns

Instead of using the Post template for campaigns, use the Page template as a fallback.

Upload font files to media library

Allow the upload of font files (.ttf, .otf, .woff & .woff2) to WordPress media library

Auto Register Login Link

Replaces the login link included in the Auto Register email, which directs customers to log into…

WooCommerce Change "$0.00" to "Free"

/** * Snippet Name: WooCommerce Change "$0.00" to "Free" * Snippet Author: ecommercehints.com */ add_filter( 'woocommerce_get_price_html',…

Change "Your Donation" On Donation Form

On donation forms, the headline "Your Donations" can be changed to any text you want with…

Prevent AIOSEO From Outputting a rel=”next” Link

Prevent AIOSEO from outputting a rel=”next” link

<10

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:…

<10
1 27 28 29 30 31 181