Change Validation Messages for Required Fields - WPML

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

10+

Display Featured Image in Post List

Make featured image visible in post list and quick edit view for any kind of post…

Add Custom Campaign Field

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

Remove Login Form

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

Add Campaigns Menu

Add a top-level Campaigns menu tab to the menu in the WordPress dashboard.

increase upload memory

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

Change "Your Donation" On Donation Form

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

Hide the last item in the breadcrumb trail

This filter can be used to hide the last item in the breadcrumb trail.

10+

Remove Address Line 2 from the Local SEO address output on the front end

This filter can be used to remove Address Line 2 from the Local SEO address output…

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…

Prevent AIOSEO From Outputting a rel=”next” Link

Prevent AIOSEO from outputting a rel=”next” link

10+

Change the Payment Delimiter Inside Email Notifications

This snippet changes the default separator for payment details in emails.

10+

Use a custom ID prefix in Table of Content block

This snippet can be used to add a custom ID prefix for the Table of Content…

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+
1 26 27 28 29 30 190