Google AdSense Verification + Auto Ads

This snippet contains my AdSense verification meta tag and auto ads script.

Untitled Snippet

peter zatopek
<10

frontend/js/snippets/scroll-behavior/sticky

This JavaScript snippet enables smooth scrolling to in-page anchors (like #section1) while automatically adjusting for a…

Register Multiple Donation Fields

Add multiple new fields to your donation form.

ACF_KEYSMST_MSTCASECPT – BASELINE MEASUREMENTS (v3.0 Modular)

/** * ============================================ * MST CASE - TAB: BASELINE MEASUREMENTS (v3.0 Modular) * ============================================ * *…

ismail daugherty PRO
<10

Real Estate Website

Dream Career Project — Real Estate Agent Dream Career Project Real Estate Agent A clear plan…

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

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

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

1 142 143 144 145 146 216