Search results for: admin

Disable Blog Posts

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

Remove "WordPress" from admin titles

Stop adding "WordPress" to the admin pages browser title.

30+

Remove the WordPress Logo From the Admin Bar

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

800+

Add Email Headers

/** * Add CC/BCC headers to Charitable emails. * * @param string $headers The default email…

Remove SEO Statistics from the Dashboard menu

Code Snippet to remove SEO Statistics from the Dashboard menu

<10

Move Admin Bar to the Bottom

Move the admin bar to the bottom of the screen in the frontend.

100+

Filter to send admin confirms | Quick Event Manager

add_filter('qem_registration_always_confirm_admin',,,1); This filter returns a Boolean to decide if an admin confirm is to be sent…

Disable The WP Admin Bar

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

10k

Remove Color Scheme Picker

Disable the option to change the admin color scheme in the profile page.

100+

Load Template Files In Admin

/** * Load Charitable template files in the admin area. * * Some plugins or themes…

MemberPress: Disable Admin Password Lost/Changed Email

Disable the MemberPress Admin email notification for password lost/changed.

Disable Update Notice for Non-admin Users

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

500+

Duplicate Post/Page Link

Duplicate posts, pages or any post type with 1-click by adding a duplicate link in...

4.6k

Add custom CSS in the Admin

Use this snippet to add custom styles in the WordPress admin head. Add your CSS code…

<10
1 2 3 4 51