MemberPress: Remove Accordion from Courses
Use this snippet if you would like to remove the accordion CSS and JS from the…
Require a comments with rating
Return the number of the rating that should not require a comment.
Fit Men Academy Footer
Fit Men Academy / Here's an improved prompt that addresses your concerns and provides clear instructions…
Download count shortcode
Add download count shortcode with ID and Offset attributes
AffiliateWP — Block Referrals for Existing Customers
Prevents AffiliateWP from generating referral commissions for returning customers. Commissions will only fire on a customer's…
Exclude Wholesale Customers from receiving the PDF Invoice
Integration with the PDF Invoices & Packing Slips for WooCommerce plugin by WP Overnight.
Taxonomy Count
Control the number of products displayed on the default download category and download tag pages.
Add an image filed to the sign up form
// Add the image field to the signup form. add_action( 'wcv_form_input_after__wcv_store_name', 'wcv_image_uploader'); function wcv_image_uploader( ){ if…
Newsletter signup
Get your readers to sign up for your newsletters seamlessly, in a single click
Custom Social Share Email Subject
If you wish to modify the email subject text when clicking the social share email icon…
Basic WP escaping functions
// ❌ Don't use _e(), __(), _x() etc. to output data // ✅ Use the escaped…
Filter the message generated for admin confirmation | Quick Event Manager
add_filter('qem_registration_email_message',,,3); This filters allows you to adjust the confirmation email to the admin / organiser (…