Change Validation Messages for Required Fields - WPML
Below is an example that changes the required field validation message depending on the language WPML…
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.
Allow Webp, SVG, ICO
A Pro Snippet
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.
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…
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
Change the Payment Delimiter Inside Email Notifications
This snippet changes the default separator for payment details in emails.
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…
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( )…