Search results for: disable
Disable Author Archives
Completely hide author archives and prevent direct access by returning a 404 page.
Disable Comment URL Linking
Prevent automatically formatting URLs in comments as links.
AJAX Grid Search (multiple grids)
Add ID of #gridSearch to the search form. Give your multiple grid container a class of…
AJAX Grid Search (single grid)
Add ID of #gridSearch to the search form. Give your grid a class of .grid-results.
Defining Email Log Constants
This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…
Hide Author SEO Tab From User Profile Page
This filter can be used to Hide Author SEO Tab From User Profile Page
Disable the AIOSEO Flyout Menu for Non-Administrator Users.
This snippet can be used to disable the AIOSEO flyout menu for non-administrator users.
Disable Legacy CSS
Stop loading styles for recent comments and classic gallery shortcode.
MemberPress: Disable Math Captcha on login page
The code allows you to use the MemberPress Math Captcha plugin for registration only. This code…
Disable Comment Form Website URL
Remove the Website URL field from the Comments form.
Hide All Admin Notices in Sidebar
Hides all admin notices in a collapsible sidebar. AI generated code. Use with caution.
Untitled Snippet
// Disable Gutemberg add_filter( 'use_block_editor_for_post', '__return_false', 10 );
Disable the delivery of SEO Email Reports
This snippet can be used to disable the delivery of SEO Email Reports.
Create a Custom Shipping Method in WooCommerce
This snippet allows you to create and add a custom shipping method to your WooCommerce store.
disable webfonts
document.addEventListener('om.Campaign.init.preload', function(event) { var campaign = event.detail.Campaign; campaign.settings.preload = false; });