YIT_CORE_PLUGIN_TEMPLATE_PATH
The YITH WooCommerce Compare YIT CORE PLUGIN TEMPLATE PATH constant.
Value (string)
YIT_CORE_PLUGIN_PATH . '/templates'
Usage
if ( defined( 'YIT_CORE_PLUGIN_TEMPLATE_PATH' ) ) { // grab the value $value = constant( 'YIT_CORE_PLUGIN_TEMPLATE_PATH' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /plugin-fw/yit-plugin.php
- ! defined( 'YIT_CORE_PLUGIN_TEMPLATE_PATH' ) && define( 'YIT_CORE_PLUGIN_TEMPLATE_PATH', YIT_CORE_PLUGIN_PATH . '/templates' );