Disable Gutenberg Editor (use Classic Editor)

Switch back to the Classic Editor by disablling the Block Editor.

<10

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"…

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…

Detlef Simon
<10

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)

pinterest

Jessica Truhan
<10

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(…

1 106 107 108 109 110 225