Oz Web Services
  • Home

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

Coming Soon!

We’re still working on our site (in between customer projects), please stay tuned.

Pages

  • Password Generator & Strength Meter
  • Force HTTPS
  • Codesnips
  • Match Element Height Width
Oz Web Services
Copyright © 2015-2025 All Rights Reserved