Search results for: disable

Create a Custom Shipping Method in WooCommerce

This snippet allows you to create and add a custom shipping method to your WooCommerce store.

Remove Terms Fields

If you would like to enable the terms and conditions, privacy policy and user contact consent…

Disable the delivery of SEO Email Reports

This snippet can be used to disable the delivery of SEO Email Reports.

<10

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');…

Untitled Snippet

// Disable Gutemberg add_filter( 'use_block_editor_for_post', '__return_false', 10 );

MemberPress: Disable Math Captcha on login page

The code allows you to use the MemberPress Math Captcha plugin for registration only. This code…

Disable Legacy CSS

Stop loading styles for recent comments and classic gallery shortcode.

400+

Disable the AIOSEO Flyout Menu for Non-Administrator Users.

This snippet can be used to disable the AIOSEO flyout menu for non-administrator users.

10+

Hide All Admin Notices in Sidebar

Hides all admin notices in a collapsible sidebar. AI generated code. Use with caution.

Hide Author SEO Tab From User Profile Page

This filter can be used to Hide Author SEO Tab From User Profile Page

30+

Defining Email Log Constants

This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…

Force WPForms to use modern markup

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

70+

AJAX Grid Search (single grid)

Add ID of #gridSearch to the search form. Give your grid a class of .grid-results.

AJAX Grid Search (multiple grids)

Add ID of #gridSearch to the search form. Give your multiple grid container a class of…

Disable SEO Preview feature

This code snippet can be used to remove the "SEO Preview" feature in All in One…

200+
1 11 12 13 14 15 23