AIOSEOP_PLUGIN_URL
The All In One SEO Pack AIOSEOP PLUGIN URL constant.
Value (unknown)
plugin_dir_url( __FILE__ )
Usage
if ( defined( 'AIOSEOP_PLUGIN_URL' ) ) { // grab the value $value = constant( 'AIOSEOP_PLUGIN_URL' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /all_in_one_seo_pack.php
- define( 'AIOSEOP_PLUGIN_URL', plugin_dir_url( __FILE__ ) );