Admin Bar - Updates (copy)
Show updates in Admin Bar
Allow SVG Files Upload (copy)
Add support for SVG files to be uploaded in WordPress media.
Untitled Snippet
https://www.highrevenuegate.com/vtih3qtws?key=9fcf513fba43e6344e324bc00d8881b4
Kupon kódok megjelenítése az értesítő email-ekben
Ezzel a kóddal megjeleníthetjük a vásárlás során felhasznált kupon kódokat az értesítő email-ekben. Az egyszerűbb és…
Disable Automatic Updates Emails (copy)
Stop getting emails about automatic updates on your WordPress site.
CWP - MailChimp RSS email ID
Adds MailChimp email ID to RSS feeds for better conversion tracking
TOC before first heading
Output the TOC block before the first heading in a post
Require a comments with rating
Return the number of the rating that should not require a comment.
Untitled Snippet
add_filter( 'aioseo_robots_meta', 'aioseo_filter_robots_meta' ); function aioseo_filter_robots_meta( $attributes ) { $url = home_url( $_SERVER['REQUEST_URI'] ); if (strpos($url,'product_search=')…
MemberPress: Only Allow Coupon Once Per User
Restrict coupon codes so a user can only use the coupon code once.
Prevent Wholesale Customer to Add Product to the Cart If The Product is Low on Stock
// Prevent wholesale customer to add to cart if the product is low on stock add_filter('woocommerce_is_purchasable',…