Last active
December 27, 2015 12:59
-
-
Save mikezielonka/7329513 to your computer and use it in GitHub Desktop.
Define WordPress Plugin Directory in wp-config.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*Get WordPress To Play Nice When Your Entire Plugin Directory is a SymLink aka Symbolic Link*/ | |
define('WP_PLUGIN_DIR', realpath($_SERVER['DOCUMENT_ROOT'] . '/wp-content/plugins')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Goes into wp-config.php