Enable JSON and SVG uploads for administrator users only

/** * Enable JSON and SVG uploads for administrator users only. */ add_filter( 'upload_mimes', function (…

How to Style the WC Vendors Login Form

Learn how to style your WC Vendors login form with custom CSS for a clean, modern,…

GravityForms_DIR_AE_FPopulate - Auto-Populate Field Details on CPT Sync

* WPCode Snippet: Auto-Populate Field Details on CPT Sync * Location: Run Everywhere * Priority: 30

ismail daugherty PRO
<10

Format Date

Change the date format of the "Date of Donation" column in the Donations export.

Cortex Schema API

/** * Cortex Schema API v3.1 - Streamlined Schema Audit with Server-Side Filtering * * Focused…

<10

Disable Unused Auto-Generated Image Sizes

* Disable Unused Auto-Generated Image Sizes * Optimized for AWS Storage savings & Performance.

Register New Users as Customers

Register New Users as Customers

Remove the coupon section for orders that did not use any coupon.

add_action( 'woocommerce_email_before_order_table', 'conditionally_remove_coupon_section_from_email', 5, 4 ); function conditionally_remove_coupon_section_from_email( $order, $sent_to_admin, $plain_text, $email ) { if (…

Download Archive Menu Item

Displays the download archive link in the "View All" tab of the "Pages" menu items meta…

Disable WordPress auto-update emails (plugins/themes/core)

// Disable auto-update emails. add_filter( 'auto_core_update_send_email', '__return_false' ); // Disable auto-update emails for plugins. add_filter( 'auto_plugin_update_send_email',…

work in progress

3d cartoon style racing game that I can import to scratch, other racers and a start…

1 90 91 92 93 94 224