Function is_feed was called incorrectly.
-
This plugin is causing an error, I’ve switched back to the 2024 theme and still getting the error:
Function is_feed was called incorrectly.In the powerpress.php file on line 4558 you need to update from:
if( is_feed() && powerpress_is_custom_podcast_feed() && method_exists('Groups_Post_Access', 'posts_where') )
to:
if( $query->is_feed() && powerpress_is_custom_podcast_feed() && method_exists('Groups_Post_Access', 'posts_where') )
Thanks,
James Williamson
Kasio99
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Function is_feed was called incorrectly.’ is closed to new replies.