Errors: The first argument should be an array & Invalid argument supplied for foreach
-
Any ideas why? I’m on version 2.9.8 of your plugin.
Here is line 152. Which starts with foreach.
// consolidate the arrays to speed up processing
foreach ( array_keys( $previous_posters) as $previous_poster ) {
if ( empty( $subscribed_users[ $previous_poster ] ) )
$subscribed_users[ $previous_poster ] = ‘prev-post’;
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.