WPForms: new smart tag - Current Date/Time
It's a localized date/time in this format: Y-m-d H:i:s
WPForms: new smart tag - Current Unix Time
Using wp_date() function to output a Unix time where the smart tag is used.
WPForms: add field description in notification HTML and plain text emails
With this snippet, you can add a field description in notification emails that are sent to…
WPForms: add several new smart tags for newly submitted CPT: ID, title and URL.
Mainly useful when the Post Submissions addon is used. Several new smart tags are registered to…
WP Mail SMTP: specify an exact AuthType to connect to a Server.
Some SMTP servers require a very specific AuthType to connect to them in order to send…
WPForms: swap price and option value for payment fields
This snippet makes the option label "$40.00 - Second Choice" instead of "Second Choice - $40.00"…
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: Exclude Protected Posts from Search Results
Removes any posts from the search results that the current user (or guest) does not have…
MemberPress: Remove Accordion from Courses
Use this snippet if you would like to remove the accordion CSS and JS from the…
MemberPress: Only Allow Coupon Once Per User
Restrict coupon codes so a user can only use the coupon code once.
MemberPress: Auto Expand Coupon Field
Removes the “Have a coupon?” link and instead defaults to showing the coupon input field.
MemberPress: Hide Protected Posts on Archive Page
Hides posts that the current user (or guest) does not have access to from archive pages.
MemberPress: Require Coupon at Checkout
Make the coupon field required at checkout.
MemberPress: Require Specific Coupon to Register
The code will make a specific coupon mandatory for purchasing a specific membership. More than one…