Support » Plugin: WP-PostRatings » FIX PHP Notice

  • Resolved MassimoM

    (@xma)


    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 1 month ago by MassimoM.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.