Advertisement
tzvij

move plugin directory

Jan 13th, 2014
3,614
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. define( 'WP_PLUGIN_DIR', dirname(__FILE__) . '/path/to/plugins' );
  2. define( 'WP_PLUGIN_URL', 'http://' . $_SERVER['HTTP_HOST'] . '/path/to/plugins' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement