Notice message
-
We’re facing the following PHP “Notice”:
Notice: Undefined property: WP_Post_Type::$taxonomy in /var/www/html/easyhouses.com.br/wp-content/plugins/wp-whatsapp-chat/includes/frontend.php on line 92
That can be fixed by simply adding a “isset($wp_query->queried_object->taxonomy)” at the wp-content\plugins\wp-whatsapp-chat\includes\frontend.php:92 like:
if (isset($wp_query->queried_object->taxonomy) && isset($qlwapp[‘display’][$wp_query->queried_object->taxonomy]) && count($qlwapp[‘display’][$wp_query->queried_object->taxonomy])) {
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Notice message’ is closed to new replies.