Oz Web Services
  • Home
  • WP
  • PHP
  • JS
  • CSS
  • SCSS
  • HTML
  • XML
  • JSON
  • SQL
  • .htaccess
  • Apache
  • Nginx
  • INI
  • HTTP
  • Diff
Search shortcode

Example: WP

May 13, 2014
define( 'DS', DIRECTORY_SEPARATOR );						// DIRECTORY_SEPARATOR
define( 'OZ_CONTENT_DIR', 'assets' );						//
define( 'WP_CONTENT_DIR', ABSPATH      .OZ_CONTENT_DIR );	// /svr-root/path-to/site-root/assets
define( 'WP_CONTENT_URL', WP_SITEURL.DS.OZ_CONTENT_DIR );	// http://site.dev/assets
define( 'WP_PLUGIN_DIR', WP_CONTENT_DIR.DS.'plugins' );		// /svr-root/path-to/site-root/assets/plugins
define( 'WP_PLUGIN_URL', WP_CONTENT_URL.DS.'plugins' );		// http://site.dev/assets/plugins
define( 'UPLOADS',       OZ_CONTENT_DIR.DS.'files' );		// http://site.dev/assets/files
Oz Web Services
Copyright © 2015-2025 All Rights Reserved