AIOSEOP_PLUGIN_IMAGES_URL
The All In One SEO Pack AIOSEOP PLUGIN IMAGES URL constant.
Value (string)
AIOSEOP_PLUGIN_URL . 'images/'
Usage
if ( defined( 'AIOSEOP_PLUGIN_IMAGES_URL' ) ) { // grab the value $value = constant( 'AIOSEOP_PLUGIN_IMAGES_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_IMAGES_URL', AIOSEOP_PLUGIN_URL . 'images/' );