• WP Frontend Admin is a very specialized plugin useful in cases when one wants to expose certain parts of the WP backend admin interface on the WP front end. This is useful, for example, in a multisite setup where you want to allow the subsite users to edit their posts or pages, but don’t want to expose other parts of the backend interface. You can also limit which parts of the backend page to expose and which to hide. The plugin has a lot of customization options to implement security, fallbacks and defaults for when users want to do actions you have not authorized. A nice touch is an option to expose only the pages and posts owned by the logged in user. The alternative to this plugin would be writing custom templates for every page you want exposed, filtering the contents, and controlling access to it. That would be a major pain, and maintaining such a system would be even more painful. WP Frontend Admin makes it possible using one integrated and highly cusomizable plugin.

You must be logged in to reply to this review.