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'.

10+

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/…

10+

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

10+

Exclude a Specific Post from the Sitemap

This filter can be used to Exclude a Specific Post from the Sitemap. Note: Replace 614…

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…

Hiding Page Breaks When Using Conditional Logic

This snippet will hide pages in your form that include fields hidden with conditional logic if…

10+

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

10+

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.

10+
1 20 21 22 23 24 141