• PHP Notice: Trying to get property ‘ID’ of non-object in wp-postratings/wp-postratings.php on line 290

    Please add isset on wp-postratings.php on line 290.

    if ( $post && isset($post->ID) ) {

    was:

    if ( $post && $post->ID ) {

    • This topic was modified 4 years, 6 months ago by MassimoM.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘FIX PHP Notice’ is closed to new replies.