Site-Wide Hero Optimisation

/** * Promote the hero image (LCP) site-wide: * - fetchpriority="high", loading="eager" * - remove lazy…

Scott Cassidy
<10

Always enable Downloadable option

add_action( 'wp_footer', function() { ?>

Light Green Theme

This is a very simple snippet that makes the greenish theme for buttons.

<10

Untitled Snippet

if (function_exists('asl_display')) { echo do_shortcode('[ajax_search_form]'); }

Untitled Snippet

google-site-verification=-jISe-Oe0cpvoUkE-I-AlGEIAzjdaSC50PUnVdPH7BY

ACF Display Frontend (Opt Fields with prefix/suffix)

/** * WLM712: Safe ACF Options getter with prefix/suffix (+ shortcode). * Shortcode: [wlm712_acfopt field="..." prefix="..."…

<10

Glass Shards CSS

.glass-shard { /* Glass effect */ background: rgba(255, 255, 255, 0.18); backdrop-filter: blur(9.8px); -webkit-backdrop-filter: blur(9.8px); box-shadow:…

1 192 193 194