AxeWP / wp-graphql-rank-math

Add GraphQL support for RankMath SEO
GNU General Public License v3.0
50 stars 7 forks source link

dev: decode HTML entities #54

Closed justlevine closed 1 year ago

justlevine commented 1 year ago

What

This PR passes the seo.title, .description, and .breadcrumbTitle via html_entities_decode() when populating the respective WPGraphQL models.

Why

Closes #50

How

Testing Instructions

Additional Info

Checklist: