Add Campaign Title To Start

Easily add the campaign name as a heading before the donation form.

Display Donation Form

Display a specific campaign's donation form.

Remove Login Form

Remove the login prompt from being displayed before the donation form.

Add Custom Field

Display the custom field in the campaign grid.

increase upload memory

upload_max_filesize = 256M post_max_size = 256M max_execution_time = 300 />

Disable Custom Link Format of AIOSEO in the Block and Classic Editors

This snippet can be used to disable the custom link format that All in One SEO…

10+

Disable All Page Builder Integration

This filter can be used to completely disable our page builder integration for all builders.

10+

Disable Update Emails

// Disable auto-update email notifications add_filter('auto_core_update_send_email', 'disable_auto_update_emails', 10, 4); function disable_auto_update_emails($send, $type, $core_update, $result) { if…

Remove the Article schema from Posts

This snippet removes the Article schema from Posts

10+

Disable the AIOSEO Flyout Menu for Non-Administrator Users.

This snippet can be used to disable the AIOSEO flyout menu for non-administrator users.

10+

Dynamically Change the SEO Title of a Specific Term Before the Metadata is Saved

The code snippet below can be used to dynamically change the SEO title of a specific…

10+

Custom Style Icons for Rating field

This snippet will customize your rating icons in the Rating field

10+

How to Restrict Numbers in a Single Line Text Form Field

/** * Disallow numbers in a single-line text field * * @link https://wpforms.com/developers/how-to-restrict-numbers-in-a-single-line-text-form-field/ */ function wpf_dev_disallow_numbers_text_field(…

10+

How to Add Address Field Validation For Authorize.net

/** * Add address validation for Authorize.net address fields * * @link https://wpforms.com/developers/how-to-add-address-field-validation-for-authorize-net/ */ function wpf_dev_authorize_address_validation(…

10+
1 24 25 26 27 28 159