Apply Coupon when a radio button is clicked on The WooCommerce Product Page
Apply Coupon when a radio button is clicked on The WooCommerce Product Page
Untitled Snippet
document.addEventListener("DOMContentLoaded", () => { const canvas = document.getElementById("canvas"); const ctx = canvas.getContext("2d"); const expressionInput = document.getElementById("expressionInput");…
Google Analytics
Downloaded when the analytics account was setup
MemberPress: Redirect Users After Login Based on Roles
This code snippet customizes the login redirection in MemberPress based on user roles. Users with roles…
Remove "No Reviews" label if there are not reviews in Tasty Recipes
Remove "No Reviews" label if there are not reviews in Tasty Recipes
Woo Products Limit For Admin
Prevent Admin from Adding More Than 10 Products
Change Cancel Page URL For Paypal
This should redirect a donor to a custom URL after a donor clicks 'cancel' on Paypal's…
Untitled Snippet
[mwai_chatbot id="default"]
Download Details Featured Image (copy)
Add the featured image to output of Download Details widget
Mobile Menu Shortcode
function mobile_menu_shortcode( $atts ) { $atts = shortcode_atts( array( 'menu_id' => '', // Optional menu ID…
Show Invoice for Pending
Makes PDF Invoices available for pending payments
Weighted download count
This plugin makes it so that certain products use up more downloads in the download counter…
MemberPress: Auto Expand Coupon Field
Removes the “Have a coupon?” link and instead defaults to showing the coupon input field.
Add CSS classes to apply for vendor label
/** * Add CSS class to apply for vendor label in a registration * * @param…