Hide Empty Categories for PP Grid Filter
add_filter( 'pp_cg_filters_show_available_posts_terms', '__return_true' );
Organization schema setup
This PHP snippet is for Organization schema (JSON-LD) that clearly says: “This site is published by…
Talkwithkallie.com
talkwithkallie.com
Show Invoice for Refunded
Makes PDF Invoices available for refunded payments
Delete Double Logo At Checkout
/** * ============================================================ * Hide Duplicate Astra Header on Checkout * ============================================================ * * PURPOSE: Hides…
Yootheme Consent - Scroll block
/* When the consent banner is present, lock the viewport */ html:has(.tm-consent), body:has(.tm-consent) { overflow: hidden…
Price Option Not Checked
Prevent variable pricing options from being checked by default
MemberPress: Hide Protected Posts on Archive Page
Hides posts that the current user (or guest) does not have access to from archive pages.
Disable Product delete for published products only
/** * This will disable delete only for published products, leaving drafts to be able to…
change the name of the Commission column
if ( ! function_exists( 'wcv_change_commission_table_columns_name' ) ) { /** * Change the name of the commission…
Cache Time | Display Eventbrite Events
The free version has a cache time of 24 hours, for most uses this is fine…