Untitled Snippet

/** * Convert Uploaded Images to WebP Format * * This snippet converts uploaded images (JPEG,…

Untitled Snippet

Content-Type HTTP response header, element within the first 1024 bytes of your HTML document.

MemberPress: Add a Custom Field To Manage Sub Account Table

This shortcode can be used if the MemberPress Corporate Accounts add-on is activated on the website.…

MemberPress: Add a Shortcode To Display the Number of Total Downloads for All Files

Adds the following shortcode: [mepr-display-total-downloads]. When added to any page or post, the shortcode will display…

MemberPress: Make VAT field required for Registering EU-based Users

Adding this code snippet will make the VAT Number field on registration forms required for EU-based…

MemberPress: Allow Coupon for Active Members Only

The code snippet will display the error if an inactive member (user/guest without any active subscriptions)…

MemberPress: Prevent Customers from Certain States in the US from Registering

This code snippet will prevent users based in specific US States from registering. For the code…

MemberPress: Remove all states to the dropdown list and leave one fake state

This code snippet will add a fake state, practically disabling the State address field. This will…

MemberPress: Reposition the Invoice Wrapper in the Registration Form

This code snippet will move the invoice section (.mepr-transaction-invoice-wrapper) of the registration form and position it…

MemberPress: Add Description for Order Bumps Memberships

The code snippet is designed to manually add a custom paragraph as a description for each…

MemberPress: Exclude MemberPress Custom Post Types from WordPress Search Results

By default, protected content could show up in the website search results. Though still protected, they…

MemberPress: Redirect Users After Login Based on Roles

This code snippet customizes the login redirection in MemberPress based on user roles. Users with roles…

1 20 21 22 23 24 29