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.
This is because
get_the_tags()
returnsFALSE
when there are no tags, rather than an empty array.