AIOSEOP_PLUGIN_DIR
The All In One SEO Pack AIOSEOP PLUGIN DIR constant.
Value (unknown)
plugin_dir_path( __FILE__ )
Usage
if ( defined( 'AIOSEOP_PLUGIN_DIR' ) ) { // grab the value $value = constant( 'AIOSEOP_PLUGIN_DIR' ); 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_DIR', plugin_dir_path( __FILE__ ) );