Search results for: disable

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

30+

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+

Disable Legacy CSS

Stop loading styles for recent comments and classic gallery shortcode.

300+

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.

2.8k

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.

<10

FC - Disable languages in admin login page

add_filter( 'login_display_language_dropdown', '__return_false' );

<10

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; });

disable webfonts for a spesific campaign

document.addEventListener('om.Campaign.init.preload', function(event) { var campaign = event.detail.Campaign; if ({slug} === campaign.id) { campaign.settings.preload = false; }…

disable OptinMonster campaigns for visitors with specific user roles

function om_docs_hide_optin_for_user_roles( $campaigns ) { // Do nothing if no user is logged in. if (…

1 11 12 13 14 15 21