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
Risikoanalyse Formular
6) Wichtiger Hinweis zu Elementor Dieses Formular ist in Elementor eingebettet, aber kein natives Elementor-Pro-Formularwidget. Der…
Topup Form
Top Up Now Player ID Buy Now
Change label of CSV header, and removing others(Export Totals to CSV)
This snippet will change the label of CSV header, and remove the others(Export Totals to CSV)
Remove "mail.readwrite" Scope for the Outlook Mailer (copy)
This snippet removes the `mail.readwrite` scope from the WP Mail SMTP plugin Outlook provider.
Add Custom Taxonomy - Single Vendor Taxonomy
It'll only allow the vendor to select one custom taxonomy term at a time
How to change the store address country for all vendors
/** * Set the vendor's store country to us. */ function wcv_set_vendor_country() { if ( function_exists(…
Allow "Mark received" for Digital Product
add_filter( 'wcvendors_pro_mark_order_received_status', '__return_false' );
MemberPress: Dynamic Trail Periods
Sets up a dynamic trial period so that all users renew on the same date. In…
Change the action's string in the refund section - "View Details"
Change the action's string in the refund section - "View Details"
Untitled Snippet
HTML5
Remove title on all pages for Hello Theme
By default Hello theme displays page title at the top of every page. While you can…