Search results for: disable

_MK - SECURITY - Block Author Enumeration

// 🔒 Block ?author=1 user enumeration attempts add_action('init', function () { if (!is_admin() && isset($_GET['author'])) {…

<10

om-disable-preload.js

document.addEventListener('om.Campaign.init.preload', function(event) { event.detail.Campaign.settings.preload = false; });

om-disable-preload-specific-campaigns.js

document.addEventListener('om.Campaign.init.preload', function(event) { var campaign = event.detail.Campaign; // replace {id} with the unique ID of your…

Show Discount Field

Makes the discount field on checkout show by default.

Force WPForms to use modern markup

If using the deprecated Credit Card field prevents you from enabling modern markup, you can bypass…

60+

Enable automatic updates for WordPress core, plugins, and themes

// Enable automatic updates for WordPress core, plugins, and themes add_filter('automatic_updater_disabled', '__return_false'); add_filter('auto_update_core', '__return_true'); add_filter('auto_update_plugin', '__return_true');…

Remove Dashboard Welcome Panel

Hide the Welcome Panel on the WordPress dashboard for all users.

3.0k

Hide ‘Screen Options’ Tab

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

900+

Prevent Copy Paste

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

20+

Recreate the aioseo_cache table

This code snippet recreates the missing 'aioseo_cache' table. This code snippet should be enabled and executed…

300+

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…

Make Product Non Purchasable for Wholesale Customer if Product Stock is Less Than Certain Amount

This snippet will allow you to make a product unavailable for purchase by wholesale customers if…

1 12 13 14 15 16 21