Skip to content

Instantly share code, notes, and snippets.

@jaworowicz
Created October 21, 2019 14:57
Show Gist options
  • Save jaworowicz/12024ea3e5f5f4ddb6f852d864b3c798 to your computer and use it in GitHub Desktop.
Save jaworowicz/12024ea3e5f5f4ddb6f852d864b3c798 to your computer and use it in GitHub Desktop.
WordPress folder location Change. https://jaworowi.cz
define( 'WP_CONTENT_DIR', dirname(__FILE__) . '/aplikacja/inc/' );
define( 'WP_CONTENT_URL', 'http://testowa1.local/aplikacja/inc' );
define( 'WP_PLUGIN_DIR', dirname(__FILE__) . '/aplikacja/inc/extensions' );
define( 'WP_PLUGIN_URL', 'http://testowa1.local/aplikacja/inc/extensions' );
define( 'UPLOADS', 'aplikacja/inc/media' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment