Search results for: disable
Supports sending an email with a Stripe Pre-Approved payment is submitted.
By default EDD only sends a purchase confirmation when an order is marked as completed, however…
Disable Automatic Trash Emptying
Prevent WordPress from automatically deleting trashed posts after 30 days.
Disable Login by Email
Force your users to login only using their username.
Disable Blog Posts
// Remove side menu add_action( 'admin_menu', function () { remove_menu_page( 'edit.php' ); } ); // Remove…
WP Mail SMTP: when using SMTP mailer - disable SSL verification
This is an insecure approach and you most probably should fix your servers' SSL certificates (they…
Remove Color Scheme Picker
Disable the option to change the admin color scheme in the profile page.
Disable Update Notice for Non-admin Users
Don't show WordPress version update notices to users that can't update the site.
Disable Description Text Sanitization
Don't sanitize campaign description text, useful if you want to allow HTML to be added to…
disable joinchat whatsapp plugin on mobile biew
@media only screen and (max-width: 567px) { .joinchat{ position: absolute; bottom:70px; --s: 36px; margin-right:px; display:none }…
Disable Login Autofocus
Prevent autofocus on the username field on the login page.
Disable REST API Links
Remove all head links to the REST API endpoints from the page source.
Move WooCommerce Category Description Below Products
The following snippet moves the WooCommerce description from the default location (page header subheading) to below…
Disable Admin Password Reset Emails
Don't send an email to the administrator of the site after a user resets their password.
Сортировка методов доставки СДЭК по стоимости, от дешевых к дорогим
Сниппет предназначен для сортировки методов доставки СДЭК. Сортировка происходит от самых дешевых к самым дорогим.
Remove Dashboard Welcome Panel
Hide the Welcome Panel on the WordPress dashboard for all users.