Disable All Admin Notices individually

function disable_all_admin_notices() { remove_all_actions('admin_notices'); } add_action('admin_init', 'disable_all_admin_notices');

Hide Admins from being tracked

Adds a function that will allow you to properly add all your tracking scripts and stop…

Add a color picker field in Formidable Forms

Install this snippet and add 'frm-color-picker' in the 'CSS Layout Classes' setting for a field.

On Add to Cart Event in WooCommerce

Adds the cancellation event to stop the Browse Abandonment campaign for your push subscribers in the…

display user name in a menu

/** * Show a user's display name/user name in a WordPress menu. * Once this code…

Blog filter

Add a filter for blogs

Add Donate Button

/** * USAGE: * * To display a particular campaign's button, just add this to your…

Chatbot

Chatbot that helps with client services and questions.

ai content idea generator

function openai_generate_text() { // Get the topic from the AJAX request $prompt = $_POST['prompt']; $prompt ="generate…

Add custom CSS in the Admin

Use this snippet to add custom styles in the WordPress admin head. Add your CSS code…

<10

google tag

google code

Raymond Berry
<10

Let Google place ads for you

Add one piece of code to your site and Google will automatically show ads in all…

Update Cart Automatically

/** * Update Cart Automatically on Quantity Change * * @author Misha Rudrastyh * @url https://rudrastyh.com/woocommerce/remove-update-cart-button.html…

Allow WebP Files Upload

The provided PHP code is intended to enable the upload of WebP image files in WordPress…

1 8 9 10 11 12 80