mastodon_wordpress_autopost
mastodon_wordpress_autopost copied to clipboard
unclean post content; use the_content filter
With some plugins like WP Multilang the raw post->post_content created unclean output, like in this posts: dresden.network/@jankosyk/110506574459924755. I added the the_content
filter to the post_content.
In addition I replaced the check for an excerpt with the has_excerpt
function.