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.

GOOGLE AD

google.com, pub-8822076209599189, DIRECT, f08c47fec0942fa0

WooCommerce Wholesale Lead Capture Re-send Email Button in User Profile

This snippet will add a resend email button under User profile.

Set featured image aspect ratio

Used for featured image in query loop or any other image the class is applied to

Disable recurring renewal notices for specific download

Allows renewal notice emails to be disabled for subscriptions including a certain download.

Remove Free Text

Remove the word "free" from free products

MemberPress: Add Custom Field Date to Members Table

This code snippet will add data collected through a custom field on MemberPress registration forms to…

MemberPress: ACF - Exclude Protected Posts From ACF Repeater Field

The code snippet ensures that protected MemberPress posts are excluded from custom queries used in Advanced…

1 73 74 75 76 77 224