Open dougherty-dev opened 2 years ago
class-urvanov-syntax-highlighter-plugin.php on line 666:
$post_id = strval($post->ID);
There is no post-ID for 404s.
I didn't fix it with this update. But I will try to fix it with the next one.
Actually, it is really strange, that global $post variable is null. I don't know why it should be...
class-urvanov-syntax-highlighter-plugin.php on line 666:
$post_id = strval($post->ID);
There is no post-ID for 404s.