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';…

Website Schema

Melody Tholstrup
<10

Auto delete FluentCommunity drug shortages posts

This code snippet automatically schedules the deletion of FluentCommunity posts created in a specific space after…

YB Settings

function impBrandsArchive( $query ) { $query->set( 'post_type', [ 'hot-tubs', 'swim-spas', 'saunas' ] ); } add_action( 'elementor/query/brands_archive',…

Untitled Snippet

Gordon Ikner
<10

WWLC - Route logout through home URL to prevent exposing the hidden login path

/** * Route logout through home URL to prevent exposing the hidden login path. */ add_filter(…

Add Tax ID to Shipping Label

/** * Add the Tax ID Field to the settings page * * In this example…

1 116 117 118 119 120 227