product attributes on hover
a snippet to show product attributes in product archive grid layout
Add Email Tag For Donation Field
Add an email tag for an existing donation field.
MemberPress: Add Author Bio Shortcode
Place the [mpcs-author-bio] shortcode in a post, page, or course. The shortcode will display the biographical…
MemberPress: Manually Refresh Member Data
This code snippet is designed to manually refresh all members' data on a WordPress site. After…
MemberPress: Auto Expand Coupon Field
By default, the coupon field is hidden on the MemberPress registration forms. Instead, users will see…
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.
Add Post Parent Field
Register a Post Parent field for campaigns.
MemberPress: Prevent users from auto-login after registration
The code snippet is designed to disable the auto-login feature for users who register for a…
Add Pending To Approved Statuses
Make the "Pending" status an approved statuses, so that it is counted in the campaign funds…
Exclude downloads from search
Exclude downloads from showing in search results
quiz
// setup console.log("running"); let q = 1; const submit = document.getElementById("next-button"); const question = document.getElementById("question"); //…
ai content idea generator
function openai_generate_text() { // Get the topic from the AJAX request $prompt = $_POST['prompt']; $prompt ="generate…
Remove Terms Fields
If you would like to enable the terms and conditions, privacy policy and user contact consent…
Send New User Notifications
Send the new user notification after someone registers through the Charitable registration form.