kylephillips / favorites

Simple and flexible favorite buttons for any WordPress post type.
https://favoriteposts.com
223 stars 86 forks source link

Parsed post types argument must be an array #183

Open 082net opened 1 year ago

082net commented 1 year ago

On v2.3.3

$this->filters[‘post_type’] must be an array but sanitized as text by UserFavoriteCount::parsePostTypes()

It triggers fatal error on PHP 8.x with ‘user_favorite_count’ shortcode

Please fix this issue on next version.

Thanks in advance