Disable Gutenberg Editor (use Classic Editor)
Switch back to the Classic Editor by disablling the Block Editor.
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.
Add Custom Fields to Products.php
Custom Fields
Media sync script
add_action( 'admin_init', 'media_sync_library' ); function media_sync_library() { // Folder inside uploads to scan $scan_folder = '/2026/02';…
cookies
cookies banner huts pot
Download count shortcode
Add download count shortcode with ID and Offset attributes
Risikoanalyse Formular
6) Wichtiger Hinweis zu Elementor Dieses Formular ist in Elementor eingebettet, aber kein natives Elementor-Pro-Formularwidget. Der…
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…
Disable sold by link on checkout page
/** * Disable the sold by link on the checkout page */ add_filter('wcvendors_sold_by_link', 'wcv_disable_checkout_sold_by_link', 10, 2);…
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 (…