Remove Optional Script

Remove the optional "bilmur.min.js" script on both frontend and backend of Wordpress sites.

rearrange shipping options

Login to cpanel. Choose “File Manager” Navigate to public_html>wp-includes>functions.php and select “Edit” Paste in the contents…

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

Prevent Tasty Links inside Tasty Recipes

Prefer to keep your recipe cards clear of automatic links from your Tasty Links keywords? No…

<10

Disable filter added by the Caddy plugin that hides WooCommerce shipping rates

Removes the filter that hides other WooCommerce shipping rates when free shipping is available, allowing all…

Mobile Menu Toggle Script

document.addEventListener('DOMContentLoaded', function() { const menuToggle = document.querySelector('.menu-toggle'); // Check if the toggle button exists if (menuToggle)…

Test snippet

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

Todd Belcher
<10

Light Green Theme

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

<10

RAVER DOGS - HEADER V2 STYLESHEET

/* ================================================================= RAVER DOGS - HEADER V2 STYLESHEET ================================================================= */ /* --- 1. Global & Body…

Disable comments

add_action('admin_init', function () { // Redirect any user trying to access comments page global $pagenow; if…

<10
1 … 7 8 9 10