AxeWP / wp-graphql-rank-math

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

fix: Correctly resolve `seo.openGraph.image` field when parsed value is a string #77

Closed justlevine closed 5 months ago

justlevine commented 5 months ago

What

This PR fixes a bug where an OpenGraph image passed as an URL would cause a fatal error during the meta tag parsing.

Why

Fixes regression in #69

How

Testing Instructions

Additional Info

Checklist: