[Plugin: RSS Digest] Fatal error: Call to a member function get_date() on a non-object
-
I’m getting the following error on RSS Digest, despite not having changed anything recently:
Fatal error: Call to a member function get_date() on a non-object in /wp-content/plugins/rss-digest/rss-digest.php on line 613
Here’s the line of code that is triggering the error:
$item_date = $item->get_date(‘l ‘ . get_option(‘date_format’, ‘F j, Y’) . ‘, ‘ . get_option(‘time_format’, ‘H:m p’));Any ideas?
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: RSS Digest] Fatal error: Call to a member function get_date() on a non-object’ is closed to new replies.