Add Multiple Checkboxes To Donation Form

This uses the "multi-checkbox" vs just "checkbox" for a single checkbox.

Continue Shopping Button

/** * Add Continue Shopping Button on Cart Page * Add to theme functions.php file or…

Carla Mawyin
<10

Change Country Field To Hidden

Change the Country field in the donation form to a hidden field with a hard-coded default…

Disable All Admin Notices individually

function disable_all_admin_notices() { remove_all_actions('admin_notices'); } add_action('admin_init', 'disable_all_admin_notices');

Change the Default Taxonomy Slug “locations-category”

This filter can be used to change the default taxonomy slug “locations-category”.

<10

Add Custom Campaign And Donation Field

In this example, a new email field is added which can be used both in campaign…

Prevent AIOSEO From Outputting any Data on Category Archive Pages

Prevent AIOSEO from outputting any data on category archive pages.

<10

Add Custom Campaign Field

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

Change Custom Amount Field Label

Filter the custom amount field description.

Change "Your Donation" On Donation Form

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

Add Custom Donation Field

Add a new donation field to be displayed in Charitable emails related to donations.

Create List of Child Pages

To show a list of Child pages on the Parent Page

Change Postcode To Zipcode

Change the "Postcode" field into a "ZIP Code" field.

How to Change the Captcha Theme on Google Checkbox v2 reCAPTCHA

/** * Change the captcha theme for the Google Checkbox v2 reCAPTCHA * * @link https://wpforms.com/developers/how-to-change-the-captcha-theme-on-google-checkbox-v2-recaptcha/…

<10

Add Campaign Creator Export Fields

Add additional campaign fields related to the campaign creator.

1 28 29 30 31 32 153