Add a Pending Post Count Bubble to the WordPress Admin Menu
Use add_menu_classes and related patterns to show pending content counts in the WordPress admin menu.
Use add_menu_classes and related patterns to show pending content counts in the WordPress admin menu.
Improve the WordPress editor by turning multiple taxonomy metaboxes into a single tabbed interface.
Restore the hidden Get Shortlink button in the WordPress 4.4 editor with either a small plugin or a one-line filter.
Disable the default WordPress visual editor for pages using a specific template so users only work with the custom fields they actually need.
Change the WordPress admin bar View Site link so it opens in a new tab instead of replacing the current dashboard page.
Disable the visual editor text-pattern shortcuts added in WordPress 4.3 if they do not fit your writing habits.
Restrict front-end WordPress searches to specific post types by modifying the main query with pre_get_posts.