Remove Specific Taxonomy From Public Taxonomies List

This filter can be used to remove the 'genre' taxonomy from the public taxonomies list.

<10

Prevent AIOSEO From Outputting a rel=”prev” Link

Prevent AIOSEO from outputting a rel=”prev” link

<10

Disable email reports

This filter can be used to disable 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

Customizing Checkbox and Radio Fields to Look Like Buttons (All Forms)

This code snippet will customize Checkbox and Radio fields to look like buttons for all forms.

<10

Hiding the Currency Symbol in WPForms Total Field

This code snippet removes the following currency symbols from the Total field: £, $, €.

<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 );

Change user role for buyers

This is useful if, for example, you want buyers to be able to access dedicated content…

Add Custom Text Before Purchase Button

Add custom text just before the "Purchase" button at checkout

Prevent Duplicate Cart Items

Prevents the same item from being added to the cart multiple times.

File Size Display

After the download content, shows a list of the download files and their sizes

Exclude downloads from search

Exclude downloads from showing in search results

1 21 22 23 24 25 105