WPBF_PREMIUM_URI Notices
-
Hello,
With debugging turned on I’m receiving the following notice:
Notice: Use of undefined constant WPBF_PREMIUM_URI - assumed 'WPBF_PREMIUM_URI' in wp-content\themes\page-builder-framework\inc\integration\woocommerce\wpbf-kirki-woocommerce.php on line 462This could simply be changed to check if the constant is defined using ternary:
( defined( 'WPBF_PREMIUM_URI' ) ) ? ( WPBF_PREMIUM_URI . '/inc/customizer/img/align-left.jpg' ) : ''Or a conditional around the entire option to display it if
WPBF_PREMIUM_URIis set.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘WPBF_PREMIUM_URI Notices’ is closed to new replies.
