Disable Search
disable-search
Disable the built-in front-end search capabilities of WordPress.
Add Admin CSS
add-admin-css
Easily define additional CSS (inline and/or by URL) to be added to all administration pages.
Allow Multiple Accounts
allow-multiple-accounts
Allow multiple user accounts to be created, registered, and updated having the same email address.
Configure SMTP
configure-smtp
Configure SMTP mailing in WordPress, including support for sending email via SSL/TLS (such as Gmail).
One Click Close Comments
one-click-close-comments
Conveniently close or open comments for a post or page with one click from the admin listing of posts.
Remember Me Controls
remember-me-controls
Have "Remember Me" checked by default on the login page and configure how long a login is remembered. Or disable the feature altogether.
Text Replace
text-replace
Replace text with other text. Handy for creating shortcuts to common, lengthy, or frequently changing text/HTML, or for smilies.
Text Hover
text-hover
Add hover text (aka tooltips) to content in posts. Handy for providing explanations of names, terms, phrases, abbreviations, and acronyms.
Duplicate Widget
duplicate-widget
A widget that can act as a duplicate of another widget (for synchronized use in another sidebar)
Get Custom Field Values
get-custom-field-values
Use widgets, shortcodes, and/or template tags to easily retrieve and display custom field values for posts or pages.
No Update Nag
no-update-nag
Removes the WordPress update nag that appears at the top of all admin pages when a new version of WordPress is released.
Stealth Publish
stealth-publish
Prevent specified posts from being featured on the front page or in feeds, and from notifying external services of publication.
wpuntexturize
wpuntexturize
Prevent WordPress from converting single and double quotation marks into their curly alternatives.
Customizable Post Listings
customizable-post-listings
Display Recent Posts, Recently Commented Posts, Recently Modified Posts, Random Posts, and other post listings using the post information of your choosing in an easily customizable manner. You can narrow post searches by specifying categories and/or authors, among other things.
Blog Time
blog-time
Display the time according to your blog via an admin toolbar widget, a sidebar widget, and/or a template tag.
Force Admin Color Scheme
force-admin-color-scheme
Force a single admin color scheme for all users of the site.
Loop Post Navigation Links
loop-post-navigation-links
Template tags (for use in single.php) to create post navigation loop (previous to first post is last post; next/after last post is first post).
Preserve Code Formatting
preserve-code-formatting
Preserve formatting of code for display by preventing its modification by WordPress and other plugins while also retaining whitespace.
Single Category Permalink
single-category-permalink
Reduce permalinks (category or post) that include entire hierarchy of categories to just having the lowest level category.
Hide Broken Shortcodes
hide-broken-shortcodes
Prevent broken shortcodes from appearing in posts and pages.
Quick Drafts Access
quick-drafts-access
Adds links to 'All Drafts' and 'My Drafts' under Posts, Pages, and other custom post type sections in the admin menu.
Restrict Usernames
restrict-usernames
Restrict the usernames that new users may use when registering for your site.
HTML Special Characters Helper
html-special-characters-helper
Admin widget on the Add/Edit Post pages for inserting HTML encodings of special characters into the post.
Admin Commenters Comments Count
admin-commenters-comments-count
Displays a count of each commenter's total number of comments (linked to those comments) next to their name on any admin page.
Category Image(s)
category-images
Display an image for each category associated with a post.
Disable Directory Listings
disable-directory-listings
Prevent virtual directory listing services from listing the contents of directories, and/or show a page in place of a directory's listing.
Stealth Update
stealth-update
Adds the ability to update a post without having WordPress automatically update the post's post_modified timestamp.
Years Ago Today
years-ago-today
Admin dashboard widget (and optional daily email) that lists posts published to your site on this day in years past.
Get User Custom Field Values
get-user-custom-field-values
Use widgets, shortcodes, and/or template tags to easily retrieve and display custom field values for users.
Post Author IP
post-author-ip
Records the IP address of the original post author when a post first gets created.
List More Custom Field Names
list-more-custom-field-names
Allows for more existing custom field names to be listed in the dropdown selection field when writing a post.
Random File
random-file
Retrieve the name, path, or link to a randomly chosen file or files in a specified directory.
Silent Publish
silent-publish
Adds the ability to publish a post without triggering pingbacks, trackbacks, or notifying update services.
Author Image(s)
author-images
Display image (if present) and/or name for the author of a post, or for all authors on the blog.
Optin Comment Notifications
optin-comment-notifications
Allows users to opt into receiving a notification email whenever a comment is made to the site.
Published By
published-by
Track which user actually published a post, separate from who created the post. Display that info as a column in admin post listings.
Extra Sentence Space
extra-sentence-space
Force browsers to display two spaces (when present) between sentences.
Master Post Password
master-post-password
Define a master post password that works for all passworded posts, while permitting the original post passwords to also work.
Linkify Categories
linkify-categories
Turn a string, list, or array of category IDs and/or slugs into a list of links to those category archives. Provides a widget and template tag.
Linkify Tags
linkify-tags
Turn a string, list, or array of tag IDs and/or slugs into a list of links to those tag archives. Provides a widget and template tag.
Admin Expert Mode
admin-expert-mode
Allows users to hide inline documentation and help text that are geared for beginning users in the WordPress admin.
Admin Per Page Limits
admin-per-page-limits
Control the number of posts per page, pages per page, and comments per page that appear in the admin listings of posts, pages, and comments.
Always Allow Admin Comments
always-allow-admin-comments
Allow an admin user (when logged in) to always be able to comment on a post, even if comments are closed for the post.
array_partition
array-partition
Provides a helper function to split an array into N number of evenly distributed partitions (i.e. split a list into N columns)
GCal Days
gcal-days
Shortcode and functions to query your Google Calendar for the number of days since or until the most recent event matching your search criteria.
If File Exists
if-file-exists
Check if a file exists and return true/false or display a string containing information about the file.
Inject Query Posts
inject-query-posts
Facilitates injecting an array of posts into a WP query object as if queried. Particularly useful to allow use of standard template tags.
Linkify Authors
linkify-authors
Turn a string, list, or array of author IDs and/or slugs into a list of links to the post archive for each author. Provides a widget and template tag.
Linkify Posts
linkify-posts
Turn a string, list, or array of post IDs and/or slugs into a list of links to those posts. Provides a widget and template tag.
No Browser Nag
no-browser-nag
Removes the browser nag that appears in the admin dashboard when using a less-than-current web browser.
No Slug Conflicts with Trash
no-slug-conflicts-with-trash
NOTE: WordPress 4.5 incorporated the functionality of this plugin and thus it is no longer needed unless you're still running an older version of …
Notifications for Collapsed Admin Menu
notifications-for-collapsed-admin-menu
Highlights the comments and plugins icons in the collapsed admin sidebar menu when notifications are pending.
Parentless Categories
parentless-categories
Provides a template tag like the_category() to list categories assigned to a post except those that have a child category also assigned to the post.
Peer Categories
peer-categories
List the categories that are peer (i.e. share the same category parent) to all lowest-level assigned categories for the specified post.
Post Index Helpers
post-index-helpers
A variety of template tags related to the index/position of a post within a loop's listing of posts.
Safe Function Call
safe-function-call
Safely and easily call functions that may not be available (such as those provided by a plugin that gets deactivated)
Top/Recent Commenters
top-recent-commenters
Retrieve the top commenters or most recent commenters to your site (if called outside "the loop") or for a particular post (if called inside "the loop").
Trashed By
trashed-by
Records which user trashed a post and when they trashed it. Displays that info as columns in admin trashed posts listings.
Bulk Plugin Toggle
bulk-plugin-toggle
Adds "Toggle" as a bulk action for the plugins listing to toggle the activation state for selected plugins.
Check plugin security before you install.
Every plugin gets the full treatment — vulnerabilities, code analysis, real-world exposure, and a transparent score breakdown.