WP Simple Pay: Hide reCAPTCHA Badge

Hide the reCAPTCHA badge and add links to the privacy policy and terms of service. Adds…

Add Custom Dynamic Variables

The Total theme allows you to use "Dynamic Variables" in various element text fields such as…

Hide Admins from being tracked

Adds a function that will allow you to properly add all your tracking scripts and stop…

VIsual Campaign Builder: Add HTML Tags To Display In The HTML/CODE Block

By design, Charitable allows only certain HTML to be displayed in the HTML/CODE Block of the…

Change Fields On Donation Form

Example on how to change labels for fields on donation form.

Custom drag and drop

Allows you to drag and drop to reorder posts in the WP backend.

Remove the link from the current breadcrumb item on a page

This snippet removes the link from the current breadcrumb item on a page.

<10

How to Defer the reCAPTCHA Script

/** * Defer the reCAPTCHA script until after the page loads * * @link https://wpforms.com/developers/how-to-defer-the-recaptcha-script/ */…

<10

Disable the delivery of SEO Email Reports

This snippet can be used to disable the delivery of SEO Email Reports.

<10

How to Block Names From Completing Your Form - First Last and First Middle Last format

/** * Prevent certain names from the other formats for the Name form field. * *…

<10

Change Validation Messages for Required Fields - WPML

Below is an example that changes the required field validation message depending on the language WPML…

<10

Disable Posts Post Type

This snippet hides the default Posts post type from the WordPress admin

<10

Google Tag Manager Header

(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=

Cathy White
<10

Blog filter

Add a filter for blogs

Ensure Webfont is Loaded (Elementor)

add_filter( 'elementor_pro/custom_fonts/font_display', function( $current_value, $font_family, $data ) { return 'swap'; }, 10, 3 );

1 20 21 22 23 24 92