Search results for: admin
Disable Posts Post Type
This snippet hides the default Posts post type from the WordPress admin
Duplicate Posts and Pages
// Add the duplicate link to action list for post_row_actions // for "post" and custom post…
Disable All Updates
Hide all updates for WordPress Core, Plugins and Themes.
Disable Posts in Admin
Hide the Posts menu from the admin if you don't need the default Posts post type.
Disable Blog Posts
// Remove side menu add_action( 'admin_menu', function () { remove_menu_page( 'edit.php' ); } ); // Remove…
Custom drag and drop
Allows you to drag and drop to reorder posts in the WP backend.
Disable AIOSEO Admin Menu Bar
This filter can be used to Disable AIOSEO Admin Menu Bar.
Add column Product type in WooCommerce
Add a column in the product list to differentiate the type of product
Remove "WordPress" from admin titles
Stop adding "WordPress" to the admin pages browser title.
Add Email Headers
Add headers to Charitable emails (for example CC/BCC headers).
OpenBiblio
OpenBiblio Install Instructions Contents: Release Notes System requirements Install Instructions Setup of Userlogin Updating from a…
Hide All Admin Notices in Sidebar
Hides all admin notices in a collapsible sidebar. AI generated code. Use with caution.
MemberPress: Add Custom Field Date to Members Table
This code snippet will add data collected through a custom field on MemberPress registration forms to…
MemberPress: Send “Profile Updated” Admin Notification
The code changes WordPress's functioning to send notifications to the admin when a user modifies their…
Move Admin Bar to the Bottom
Move the admin bar to the bottom of the screen in the frontend.