SKIP_URL_PATH
The WordPress Core SKIP URL PATH constant.
Value (unknown)
$this->get_url_path()
Usage
if ( defined( 'SKIP_URL_PATH' ) ) { // grab the value $value = constant( 'SKIP_URL_PATH' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /includes/skip/core/core.php
- if( !defined( 'SKIP_URL_PATH') ) define( 'SKIP_URL_PATH', $this->get_url_path() );