simonfrey / mastodon_wordpress_autopost

A Wordpress Plugin that automatically posts your new articles to Mastodon
https://wordpress.org/plugins/autopost-to-mastodon/
GNU General Public License v2.0
33 stars 20 forks source link

Warning when no tags present. #57

Closed edent closed 2 years ago

edent commented 3 years ago
PHP Warning:  sizeof(): Parameter must be an array or an object that implements Countable in 
/blog/wp-content/plugins/autopost-to-mastodon/mastodon_autopost.php on line 545

This is because get_the_tags() returns FALSE when there are no tags, rather than an empty array.