Hide Cart Price Button
/** * Hide Price & Add to Cart for Non Logged in Users for Specific Products…
Untitled Snippet
Monthly Leaderboard Race Top players — live updated 00d 00h 00m 00s S #2 $0.00
Donation Fee Radio Field
adds option for them to cover fee, works with visual mode. disgusted their fee cover plugin…
Disallow point redemption if cart has subscription product.
This snippet will remove the point redemption option if the cart has a subscription product
Membership Details Table Override
Hides certain information from the free plans while keeping table formatting
Download Archive Menu Item
Displays the download archive link in the "View All" tab of the "Pages" menu items meta…
Disable Renewal Notice for Specific Products
Disables renewal notices for specific products
RED'S Java Snippet
fetch("https://redllc.ai/wp-json/chaport/v1/lead", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify(payload) }) .then(res => res.json()) .then(data…
Home page
home page schema
Remove ISO 4217 for Google Feeds
// Force localization for all feeds add_filter('adt_product_feed_localize_price_args', function($args) { $args['decimal_separator'] = '.'; $args['thousand_separator'] = ','; return…
custom order status wpadmin
/* * Register a custom order status * * @author Misha Rudrastyh * @url https://rudrastyh.com/woocommerce/order-statuses.html */…
Remove Location Taxonomy
// Add custom Bulk Action to the Pages view function custom_add_bulk_action() { global $post_type; if ($post_type…