Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. |-- composer.json
  2. |-- composer.lock
  3. |-- index.html
  4. |-- index.php
  5. |-- vendor
  6. |-- wp
  7. |-- wp-config.php
  8. `-- wp-content
  9.  
  10. define( 'WP_CONTENT_DIR', dirname(__FILE__) . '/wp-content' );
  11. define( 'WP_CONTENT_URL', 'http://'.$_SERVER['SERVER_NAME'].'/wp-content' );
  12. define( 'WP_PLUGIN_DIR', dirname(__FILE__) . '/wp-content/plugins' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement