Make Private Posts Visible to Subscribers

/* * Make Private Posts visible to Subscribers * Typically only visible to admin or editor…

Peter Beare
<10

Remove Order Notes in checkout page

/** * Snippet Name: Remove the Order Notes field section from the WooCommerce checkout. * Snippet…

REMOVE PRODUCT LINKS FROM YOUR SHOPPING CART

add_filter( 'woocommerce_cart_item_permalink', 'custom_remove_cart_product_link', 10 ); function custom_remove_cart_product_link() { return __return_null(); }

Keep me Logged In

Changes your Cookie expiration to one year so you don't have to keep logging so often.

disable joinchat whatsapp plugin on mobile biew

@media only screen and (max-width: 567px) { .joinchat{ position: absolute; bottom:70px; --s: 36px; margin-right:px; display:none }…

Untitled Snippet

[wpcode id="4547"]

peter rumsavich
<10

Restrict Downloads to Purchase Email

Force users to be logged-in to download purchased files through Easy Digital Downloads and also require…

mobile sticky menu chatgpt css

/* Reset some default styles */ body, h1, ul { margin: 0; padding: 0; } /*…

home slider html

if (is_front_page()) : ?>

home slider css

/* Increase the image size in the slider */ .container { width: 100%; max-width: 90%; /*…

1 2 3 4