MemberPress: Hide Protected Posts from Search Results

Hide any posts that the current user (or guest) does not have access to from search…

MemberPress: Remove all but one country from the drop-down

Removes all the countries for the drop-down list on the account and registration pages and leaves…

MemberPress: Disable Admin Password Lost/Changed Email

Disable the MemberPress Admin email notification for password lost/changed.

Disable Author Archive

A small Code that disable the WordPress Author Archive and redirect to the Homepage

MemberPress: Exclude Posts, Pages, Categories, or Tags from PayWall

Exclude specific posts, pages, categories, or tags from being viewed with the PayWall free views.

MemberPress: Add Author Bio Shortcode

Place the [mpcs-author-bio] shortcode in a post, page, or course. The shortcode will display the biographical…

Add Rel Nofollow to Top Bar Social Links

We don't recommend it but if you want to add a nofollow attribute to your top…

MemberPress: Display Account Tabs Anywhere

This code registers a new shortcode: [mepr-account-links]. This shortcode can be used anywhere to display the…

MemberPress: Extend the Grace Period

This will extend the default 1-day grace period for subscriptions. The code needs to be adjusted…

MemberPress: Disable the Default WordPress Password Reset Link E-Mail

If the "Disable Password Fields on membership registration forms" option is active in MemberPress settings (Dashboard…

MemberPress: Export Account Type in CSV

Add the following code to add a new CSV export option for Corporate Accounts that includes…

Main Page

Star system Main Page.

Titel aanpassen archive page

function custom_category_title( $title ) { $title = str_replace( 'Archieven', 'Mijn gewenste titel', $title ); return $title;…

MemberPress: Changes Product Image on the Checkout Page

This code snippet changes the product image on the checkout page in MemberPress. By default, MemberPress…

webfontloader.js

// Add custom scripts function add_custom_script_webfont_loader_js() { wp_register_script( 'webfontloader', 'https://cdnjs.cloudflare.com/ajax/libs/webfont/1.6.28/webfontloader.js', array(), '1.6.28', true ); wp_enqueue_script( 'webfontloader'…

1 7 8 9 10 11 28