• Resolved Howdy_McGee

    (@howdy_mcgee)


    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 462

    This 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_URI is set.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘WPBF_PREMIUM_URI Notices’ is closed to new replies.