Search results for: disable

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.

2.9k

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…

Hide nutrition facts for Tasty Recipes printing

Prevent nutritional information from being displayed in the Tasty Recipes print view

<10

Prevent Tasty Links inside Tasty Recipes

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

<10

Register Multiple Donation Fields

Add multiple new fields to your donation form.

Register New Donation Field For Specific Campaign

Add a new donation field to your site, but only display it in the front-end donation…

1 12 13 14 15 16 21