وردپرس

Call to undefined method ::has_cookie_info()


Call to undefined method WP_CONSENT_API_COOKIE_INFO::has_cookie_info()

When calling wp_set_cookie(),
– wp_set_cookie calls wp_has_cookie_info(),
– wp_has_cookie_info calls WP_CONSENT_API::$cookie_info->has_cookie_info()

WP_CONSENT_API::$cookie_info->has_cookie_info() DOES NOT EXIST.

Secondly, WP_CONSENT_API isn’t instantiated until ‘plugins_loaded’ making it unusable until then.

add_action( ‘plugins_loaded’, array( WP_CONSENT_API::class, ‘get_instance’ ), 9 );

Why not instantiate when it loads? (there may well be a good reason)

Thanks for you attention and help!

این خبر را در ایران وب سازان مرجع وب و فناوری دنبال کنید

مشاهده پاسخ های این مطلب
———————————————
این مطلب از سایت انجمن وردپرس گردآوری شده است و کلیه حقوق مطلق به انجمن وردپرس می باشد در صورت مغایرت و یا بروز مشکل اطلاع دهید تا حذف گردد

منبع: انجمن وردپرس

دکمه بازگشت به بالا