About

Amateur hobbyist

16 Snippets
<10 Favourites
<10 Downloads

Hide Payment Icons When Free

Hide payment icons on the checkout form when cart total is free

Prevent Duplicate Cart Items

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

Book Review

Used to list book review recommendations

Valerie Hunter
<10

WP Simple Pay: Copy Payment Metadata to Customer Metadata

Ensure the Stripe Customer metadata is the same as the Stripe Payment metadata.

Custom drag and drop

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

<10

Helper functions to make generating WordPress post type labels and taxonomy labels easier

Generate post type and taxonomy labels easily by specifying the singular and plural version of the…

Ensure Webfont is Loaded (non-Elementor)

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

Override Header Logo with Custom SVG

While you can select an SVG image from the customizer for your header logo if you…

Remove Specific Post Type From Public Post Type List

This filter can be used to remove the movie post type from the public post type…

<10

Remove Specific Taxonomy From Public Taxonomies List

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

<10

Logout URL

This snippet creates a simple logout URL link that you can use as a shortcode.

<10

Add data-no-optimize to all JS snippets

This snippet filters the output of all the WPCode JavaScript snippets to add the data-no-optimize parameter…

<10
1 6 7 8 9