WOOCP_CSS_URL
The WooCommerce Compare Products LITE WOOCP CSS URL constant.
Value (string)
WOOCP_URL . '/assets/css'
Usage
if ( defined( 'WOOCP_CSS_URL' ) ) { // grab the value $value = constant( 'WOOCP_CSS_URL' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /compare_products.php
- define('WOOCP_CSS_URL', WOOCP_URL . '/assets/css');