Enable Comments
Adds comment support to the download post type
MemberPress: Change Stripe Payment Description
Change the Stripe payment descriptor for non-recurring payments.
Impact.com
Impact.com verification snippet
Defining Other SMTP Constants
This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…
Make Product Non Purchasable for Wholesale Customer if Product Stock is Less Than Certain Amount
This snippet will allow you to make a product unavailable for purchase by wholesale customers if…
Download Details Featured Image
Add the featured image to output of Download Details widget
WooCommerce Wholesale Lead Capture Re-send Email Button in User Profile
This snippet will add a resend email button under User profile.
Google AdSense Amp (Header section)
Google AdSense Amp (Body section) snippet
Territory Rulebook Chatbot GPT
Territory Rulebook Chatbot GPT
MemberPress: Enabling Payment Receipt Email for Free Recurring Subscriptions
By default, MemberPress doesn’t send the payment receipt email for free recurring membership registrations. This code…
تغيير عمله
/** * Change a currency symbol */ add_filter('woocommerce_currency_symbol', 'change_existing_currency_symbol', 10, 2); function change_existing_currency_symbol( $currency_symbol, $currency )…
Set Fixed Donation Amount
Automatically set the donation amount and recurring period for donations.