• While looking through my debug.log trying to figure out another issue, I noticed this plugin is generating some PHP notices.

    PHP Notice:  Trying to get property of non-object in /wp-content/plugins/custom-post-type-permalinks/CPTP/Module/Permalink.php on line 288
    PHP Notice:  Trying to get property of non-object in /wp-content/plugins/custom-post-type-permalinks/CPTP/Module/Permalink.php on line 281
    PHP Notice:  Trying to get property of non-object in /wp-content/plugins/custom-post-type-permalinks/CPTP/Util.php on line 152
    PHP Notice:  Trying to get property of non-object in /wp-content/plugins/custom-post-type-permalinks/CPTP/Util.php on line 155

    Since this is generating 4 notices at a time, it’s filling up our debug.log pretty quickly.

  • The topic ‘PHP Notice: Trying to get property of non-object’ is closed to new replies.