Remove the Article schema from Posts
This snippet removes the Article schema from Posts
Disable Schema Output for WooCommerce products
This filter can be used to Disable Schema Output for WooCommerce products.
Increment a Count on Each Form Submission
This snippet counts the total entries for a specific form and updates a hidden field with…
Change Default Post Type Slug “location”
This filter can be used to change the default post type slug from “location” to 'franchise'.
Remove users from WP-JSON
Increase your site's security by hiding usernames from WP-JSON, that are otherwise exposed to the public.
Disable Emoji Image Conversion Script of the Classic Editor
This filter can be used to disable the emoji image conversion script of the Classic Editor…
Disable All Page Builder Integration
This filter can be used to completely disable our page builder integration for all builders.
Remove Google Fonts (non-Elementor)
function disable_google_fonts() { return false; } add_filter( 'print_google_fonts', 'disable_google_fonts' );
Change the separator html on pages
This snippet can be used to change the separator html on pages
Set WP Login Url To Charitable Login Page
Always use the Charitable login page as the login.
Change / Translate Plugin Text
This is a local translation snippet that should work for any phrases in Charitable and Charitable…
Admin Bar - Updates
Show updates in Admin Bar
WPCode Add New Snippet Skip Library Screen
This snippet enables you to skip the snippet library screen when adding a new snippet in…
Add User Dashboard Menu
Include the User Dashboard menu at the top of all pages that are included in the…
Continue Shopping Button
/** * Add Continue Shopping Button on Cart Page * Add to theme functions.php file or…