Disable Search

Completely disable search on your WordPress website.

4.1k

Disable Gutenberg Code Editing for Non-Admin Users

Prevent non-admin users from using "Edit as HTML" or "Code editor" in the Gutenberg Editor.

1.0k

Disable jQuery Migrate

Prevent loading the jQuery Migrate script in the frontend.

500+

Disable Enter Key in WPForms

Disables the Enter key for all forms created with WPForms.

70+

Prevent Copy Paste

This JavaScript snippet prevents right-click and copy events on the frontend

20+

Remove Unused JS

/** * We will Dequeue the jQuery UI script as example. * * Hooked to the…

Remove Gutenberg Blocks Library CSS

Remove Gutenberg Block Library CSS from loading on the frontend

Disable Auto-generated Image Sizes

When we upload any media, WordPress automatically generates other extra sizes of it. It may eat…

Remove users from WP-JSON

Increase your site's security by hiding usernames from WP-JSON, that are otherwise exposed to the public.

Remove "Login with GoDaddy" from GoDaddy Managed WordPress

When using a managed WordPress account with GoDaddy, they make the Login for WordPress show a…

Chris Klosowski PRO
<10

Remove Default jQuery

// Remove default WordPress jquery wp_deregister_script( 'jquery' ); //Remove jquery migrate add_action( 'wp_default_scripts', 'remove_jquery_migrate' ); function…

Meta Pixel Code

Add Meta Pixel Code in WPCode

Hide Price & Add to Cart for Non Logged in Users for Specific Products

This code snippet allows you to hide the price and 'Add to Cart' button for users…

Move Jump to Recipe above featured image in Genesis

/** * Ensures the "Jump to Recipe" button is added above the featured image. */ add_action(…

<10

Chatbot

Chatbot that helps with client services and questions.

1 2 3 6