please fix these php notices
-
PHP Notice: Trying to get property ‘ID’ of non-object in /public_html/wp-content/plugins/widget-options/includes/widgets/display.php on line 230
[14-Sep-2022 00:41:13 UTC] PHP Notice: Trying to get property ‘post_title’ of non-object in /public_html/wp-includes/class-wp-query.php on line 4188
[14-Sep-2022 00:41:13 UTC] PHP Notice: Trying to get property ‘post_name’ of non-object in /public_html/wp-includes/class-wp-query.php on line 4190the line below doesn’t check for the existence of $post which is causing the error.
$pageID = ($hasWPML) ? apply_filters( ‘wpml_object_id’, $post->ID, $post->post_type, true, $default_language ) : $post->ID;
The topic ‘please fix these php notices’ is closed to new replies.