Remove the Article schema from Posts

This snippet removes the Article schema from Posts

<10

Disable Schema Output for WooCommerce products

This filter can be used to Disable Schema Output for WooCommerce products.

<10

Increment a Count on Each Form Submission

This snippet counts the total entries for a specific form and updates a hidden field with…

<10

Change Default Post Type Slug “location”

This filter can be used to change the default post type slug from “location” to 'franchise'.

<10

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…

<10

Disable All Page Builder Integration

This filter can be used to completely disable our page builder integration for all builders.

<10

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

<10

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…

<10

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…

Carla Mawyin
<10
1 19 20 21 22 23 125