Multi Step Donation Form
This snippet provides a foundation for converting the donation form into a multi-step donation form.
Change Default Post Type Slug “location”
This filter can be used to change the default post type slug from “location” to 'franchise'.
How to Add Confetti Animation to Confirmation Message
** * Add confetti to the canvas element on the confirmation message * * @link https://wpforms.com/developers/how-to-add-confetti-animation-to-confirmation-message/…
Display Featured Image in Post List
Make featured image visible in post list and quick edit view for any kind of post…
Using Smart Tags in Your WordPress Rewrite Rules
This code snippet converts messy query string URLs into clean, user-friendly URLs while preserving functionality
Exclude a Specific Post from the Sitemap
This filter can be used to Exclude a Specific Post from the Sitemap. Note: Replace 614…
Allow Webp, SVG, ICO
A Pro Snippet
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…
Hiding Page Breaks When Using Conditional Logic
This snippet will hide pages in your form that include fields hidden with conditional logic if…
Change / Translate Plugin Text
This is a local translation snippet that should work for any phrases in Charitable and Charitable…
display user name in a menu
/** * Show a user's display name/user name in a WordPress menu. * Once this code…
Automatically Delete Woocommerce Images After Deleting a Product
Automatically Delete Woocommerce Images After Deleting a Product
Remove the Article schema from Posts
This snippet removes the Article schema from Posts
Automatic CSS/JavaScript Cache Busting
Replace the `ver` query arg with the JavaScript/CSS file's last modified timestamp (WordPress CSS/JS Cache Busting)
Focused Form Fields
This CSS snippet will make your fields focused on click.