Disable WooCommerce widgets on vendor store pages
/** * Remove widgets from the vendor store and single product pages conditionally. * * You…
MemberPress: Return to Same Page After Signup
Return the user to the same page after they register.
MemberPress: WooCommerce - Show Protected Products on the Shop Page
If we protect products using Rules, they won’t show in the Shop page. To change this…
MemberPress: Change Membership Registration URL
Each MemberPress Membership has an automatically generated registration page with its default URL. This code snippet…
om-reactv3.js
// Using React Router V3 import { browserHistory } from 'react-router'; class App extends React.component {…
Show more Landings
Display more
Logout URL
This snippet creates a simple logout URL link that you can use as a shortcode.
Insert Template at the Bottom of the Mobile Menu
The following snippet can be used to insert a custom template in the bottom region of…
Set a minimum, and maximum price for products
Set a minimum, and maximum price for products
Custom WooCommerce Status
This is how to create a custom Woocommerce Status while being able to use the "Mark…
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: Change the Member’s User Role After a Specific Membership Subscription Cancelation
The code snippet automatically changes the member's user role once the subscription is canceled. This will…