-
-
Notifications
You must be signed in to change notification settings - Fork 3
Installation
Jory Hogeveen edited this page Sep 28, 2017
·
3 revisions
Installation of this plugin works like any other plugin out there. Either:
- Upload and unpack the zip file to the '/wp-content/plugins/' directory
- Activate the plugin through the 'Plugins' menu in WordPress
Or search for "View Admin As" via your plugins menu.
- WordPress 4.1 or greater (Though I always recommend to update to the latest version!)
Move the view-admin-as.php
file into the root of your mu-plugins directory, not in the view-admin-as
subdirectory.
This is a limitation of WordPress and probably won't change soon.
Example:
All files dir: /wp-content/mu-plugins/view-admin-as/...
Main file dir: /wp-content/mu-plugins/view-admin-as.php
Since 1.7.4: Or add a plugins loader script in your mu-plugins
folder: Click here for an example