MemberPress: Change Courses Listing Page Link

This code snippet will replace the URL for built-in links to the default MemberPress Course Listings…

Hello

echo "hello World !";

WPForms: add BCC email header to notification emails

Check the snippet code to apply to all/some form only, plus you will need to modify…

MemberPress: Add/Override State Drop Down Values

Adding this code snippet to a website will override the list of states available under the…

MemberPress: Add An Email Parameter That Displays A Link To The Sub-Account Signup Page

This code will create a new email parameter named {$subaccount_link}. This email parameter can be added…

MemberPress: Dynamic Trial Periods

This code snippet will set the renewal date of all subscriptions to the specific yearly recurring…

MemberPress: Disable MemberPress Protection On Multiple Specified Pages

This snippet allows disabling the MemberPress protection (unprotect) on multiple specified pages. The code snippets overrides…

MemberPress: Load All Currently Enqueued Styles In MemberPress Courses for Popup Maker plugin

By default, if the ReadyLaunch Courses/Lessons template is enabled, the MemberPress Courses add-on won’t enqueue 3rd-party…

MemberPress: Replace Text in Group Price Box for Classic Tempalate

This code snippet is designed to dynamically replace specified text within the MemberPress price box elements.…

Remove Donation Columns

Remove columns from the Donations export.

Display both published and modified date

‹?php // Code from codewp.ai function codewp_display_dates( $content ) { if(get_post_type() != 'post') { return $content;…

MemberPress: Allow Users to Pause/Resume Subscriptions Only for Specific Memberships

For this code snippet to work, the Allow members to pause/resume their subscription option needs to…

MemberPress: Import Dropdown Options for Custom Fields

This code snippet allows bulk import of dropdown options into the custom MemberPress dropdown field. For…

MemberPress: Enabling Payment Receipt Email for Free Non-recurring Subscriptions

By default, MemberPress doesn’t send the payment receipt email for free non-recurring membership registrations. This code…

MemberPress: Change the Text and URL of the Mailchimp Privacy Link in MemberPress

This code snippet modifies the text and URL of the Mailchimp privacy link displayed by MemberPress.…

1 16 17 18 19 20 29