Search results for: admin

Minimalistic Admin Bar

This code snippet allows you to customize the WordPress admin bar by removing the WordPress logo,…

Admin Bar - Updates

Show updates in Admin Bar

Change "Howdy Admin" in Admin Bar

Customize the "Howdy" message in the admin bar.

2.7k

Fix LearnPress conflict that hides AIOSEO tabs on settings pages

LearnPress hides the tabs of AIOSEO by loading its Vue assets on our pages. This snippet…

<10

Disable All Admin Notices individually

function disable_all_admin_notices() { remove_all_actions('admin_notices'); } add_action('admin_init', 'disable_all_admin_notices');

Disable Posts Post Type

This snippet hides the default Posts post type from the WordPress admin

<10

Copy Donation Receipt To Admin

/** * Send the donation receipt to the site admin as well. * * @param string|string[]…

Completely Disable Comments

Disable comments for all post types, in the admin and the frontend.

1.3k

Remove the WordPress Logo From the Admin Bar

Hide the WordPress logo in the admin bar for all users.

60+

Remove SEO Statistics from the Dashboard menu

Code Snippet to remove SEO Statistics from the Dashboard menu

<10

Disable The WP Admin Bar

Hide the WordPress Admin Bar for all users in the frontend.

6.8k

Change Admin Panel Footer Text

Display custom text in the admin panel footer with this snippet.

3.0k

Disable Update Notice for Non-admin Users

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

40+
1 2 3 22