Removing File Upload Fields from Notifications
This code snippet will remove the File Upload fields from Notifications when File Access Restrictions are…
Format USD Currency
Displays $ as USD This will make $10 be displayed as 10 USD To set this…
Product tabs
ADDS A TAB IN PRODUCT PAGES
mobile sticky menu chatgpt html
Home Shop Cart Account
Explicit Fixed Width and Height
add_filter( 'the_content', 'add_image_dimensions' ); function add_image_dimensions( $content ) { preg_match_all( '/]+>/i', $content, $images); if (count($images) <…
Gravity Forms: Add Custom CSS Buttons to GravityWP CSS Ready Classes Plugin
Add custom CSS: quick buttons and accordion at the top of the GravityWP - CSS Selector…
Lazy load YouTube videos in WordPress with Shortcode
Lazy load YouTube videos in WordPress with Shortcode
Change Jump links to buttons
Make the "jump to recipe" and "print recipe" links look like buttons at the top of…
Download Column Thumbnail
Render a new post column featuring the download thumbnail.
Add User to RCP Subscription on Purchase
Add customer to an RCP subscription level when they purchase a specific product.
MemberPress: Require Specific Coupon to Register
The code will make a specific coupon mandatory for purchasing a specific membership. More than one…
Product Expiry For Woo
Supports the Expiry for Woocommerce plugin - WC Vendor
Escaping data with wp_kses
// ❌ Don't use html tags in escaping functions like esc_html, esc_attr and their localized equivalents…