
New bookmark column
This plugin allows you to easily bookmark/favorite posts, pages and custom post types. When you ‘star’ a post a shortcut link will appear in the admin menu.
Use this plugin if you constantly find yourself editing the same posts or pages, and are sick of showing the list of posts first, then finding the post, then clicking edit.
Steps to use
Plugin Features
Filters
admin_bookmarks_post_types – Filter to scope bookmarks to specific post typesadmin_bookmarks_untitled_label – Filter to customize the untitled labeladmin_bookmark_feature-dashboard_widget – Filter to disable the dashboard widgetadmin_bookmark_feature-quick-edit – Filter to disable the quick edit featureadmin_bookmark_feature-view – Filter to disable the view featureadmin_bookmark_feature-admin-bar – Filter to disable the admin bar featureTo disable a feature, add a small bit of custom code to your theme’s functions.php file:
add_filter( 'admin_bookmark_feature-dashboard_widget', '__return_false' );