Advertisement
tzvij

move mu-plugins

Jan 13th, 2014
3,596
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. define( 'WPMU_PLUGIN_URL', 'http://' . $_SERVER['HTTP_HOST'] . '/path/to/mu-plugins' );
  2. Or hardcode the URL:
  3. {code type=php}define( 'WPMU_PLUGIN_URL', 'http://example.com/path/to/mu-plugins' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement