fb-instant-articles
fb-instant-articles copied to clipboard
Subtitle doesn't support HTML
Steps required to reproduce the problem
- Add the following filter to
instant_articles_subtitle:
function instant_articles_subtitle($subtitle, $instant_article_post) {
return '<i>Example</i> Subititle with Italics';
}
- Find a post and hit update.
- Check Debug Result
Expected Result
<h2><i>Example</i> Subititle with Italics</h2>
Actual Result
<h2><i>Example</i> Subititle with Italics</h2>
Version Info
Please state exact versions, not latest or new.
- Plugin version: 4.2
- WordPress version: 5.3.2
- PHP version: 7.2
Without the above information we are not able to debug the issue and will close it.