WP_PLUGIN_DIR
The All In One SEO Pack WP PLUGIN DIR constant.
Value (string)
WP_CONTENT_DIR . '/plugins'
Usage
if ( defined( 'WP_PLUGIN_DIR' ) ) { // grab the value $value = constant( 'WP_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( 'WP_PLUGIN_DIR', WP_CONTENT_DIR . '/plugins' );