Search results for: disable

Disable Blog Posts

// Remove side menu add_action( 'admin_menu', function () { remove_menu_page( 'edit.php' ); } ); // Remove…

Disable Update Notice for Non-admin Users

Don't show WordPress version update notices to users that can't update the site.

1.5k

Disable Login Autofocus

Prevent autofocus on the username field on the login page.

700+

Disable Admin Password Reset Emails

Don't send an email to the administrator of the site after a user resets their password.

900+

Hide ‘Screen Options’ Tab

Remove the Screen Options menu at the top of admin pages.

1.1k

Manage Admin Menus

Sometimes, long list of admin menu items can be overwhelming. Selectively show or hide items based…

Restrict Dashboard Access

Limit dashboard access to users with role capacity only. Yet, allows users without role to access…

Remove Dashboard Welcome Panel

Hide the Welcome Panel on the WordPress dashboard for all users.

3.3k

Protect Elementor Forms

/** * Protect Elementor Forms */ add_action( 'elementor_pro/forms/validation/email', function( $field, $record, $ajax_handler ) { // validate…

SandboxCodeX

SandboxCodeX ide build

Charitable: Force PayPal Legacy gateway

Overrides Charitable Pro 1.8.15+ PayPal tier detection at read-time so the legacy `paypal` gateway stays visible…

David Bisset PRO
<10
1 14 15 16 17 18 25