Search results for: admin

WP Simple Pay: Remove Card Terms

Removes auto-generated terms displayed under card fields.

Add the type property to that Image property in the Organization schema

This snippet will add the 'ImageObject' type property in the 'Organization' schema markup.

200+

Resetting the Vendor & Pending Vendor Roles

add_filter('woocommerce_login_redirect', 'redo_roles', 10, 2); function redo_roles() { remove_role( 'pending_vendor' ); add_role( 'pending_vendor', __( 'Pending Vendor', 'wcvendors'…

Google Webmaster SEO Issue | Fix Duplicate without user-selected canonical

This snippet hooks into Rank Math’s rank_math/frontend/robots filter to modify how WordPress handles robots meta tags…

Partner Group GTM Body Tag

Add GTM Tag to Site Body in Partner Site Group

Colin Bunn PRO
<10

Enable Downloads in the WP REST API

Enable the download products to show in the WP REST API

alliia snippet

william Wenger
<10

Remove Unused Javascript

Remove Unused Javascript – and improve your Page Speed Insight Score

How to Change the Captcha Theme on Google Checkbox v2 reCAPTCHA

/** * Change the captcha theme for the Google Checkbox v2 reCAPTCHA * * @link https://wpforms.com/developers/how-to-change-the-captcha-theme-on-google-checkbox-v2-recaptcha/…

<10

Change "Your Donation" On Donation Form

On donation forms, the headline "Your Donations" can be changed to any text you want with…

Google AdSense Ad blocking recovery (Head Section)

Google AdSense Ad blocking recovery (Head Section) Snippet

Custom Tab Order For Dashboard

The following code will allow you to change the order that the front end dashboard is…

1 94 95 96