Untitled Snippet

i want a on off button that when press each other send logical true if press…

Remove title on all pages for Hello Theme

By default Hello theme displays page title at the top of every page. While you can…

remove auto linkig

remove_filter( 'comment_text', 'make_clickable', 9 );

Disable EDD Software Licensing Activation/Deactivation Logs

By default, when a license is activated or deactivated EDD Software Licensing adds a log entry…

Remove Emojis

/** * Disable the emojis in WordPress. */ add_action( 'init', function () { remove_action( 'wp_head', 'print_emoji_detection_script',…

Hotfix: Remove Stripe Statement Descriptor

In EDD 3.2.8, Easy Digital Downloads changed how Statement Descriptors are used with Stripe Payments to…

Disable Rich Pins

This code snippet will disable all rich pins on your site, not just recipes.

<10

Disable wordpress big image scaling

add_filter('big_image_size_threshold', '__return_false' );

Hide the ‘Screen Options’ Tab on admin bar

Remove the Screen Options menu at the top of the admin bar.

Test snippet

This is just for testing -- nice that there is a description area.

Todd Belcher
<10

AudioNative - Prod

Loading the Elevenlabs Text to Speech AudioNative Player...

1 2 3 4 5 6 7