Change Section Headers Per Campaign
Change the section headers in the donation form.
Custom Tab Order For Dashboard
The following code will allow you to change the order that the front end dashboard is…
product attributes on hover
a snippet to show product attributes in product archive grid layout
Featured Images of the Current User’s All Active Memberships
This code snippet adds the new [membership_thumbnail] shortcode. Adding this shortcode anywhere on the website will…
Add Email Tag For Donation Field
Add an email tag for an existing donation field.
create woocommerce call to order button for specific product in your wordpress website
Are you looking to boost conversions on your WooCommerce website? One effective strategy is to incorporate…
Email: Change Footer Text
Filter the email footer text & link.
MemberPress: Manually Refresh Member Data
This code snippet is designed to manually refresh all members' data on a WordPress site. After…
Move User Fields In Donation Form
In this example we move the user fields section (the "Your Details" bit) to appear below…
Microsoft Web Master Tool
Microsoft Wen Master tool snippet
Floating Social Media Icons (copy)
Display your Social Media accounts in a floating sidebar.
MemberPress: Change the “Username or E-mail” label on login form
This code changes the “Username or Email” field label on the MemberPress login page. Note: this…
Weather API
Live weather
Add User Field
This adds a field to the end of the "Your Details" section in the Profile form.
Auto register guests that purchase
function wc_register_guests( $order_id ) { // get all the order data $order = new WC_Order($order_id); //get…