AxeWP / wp-graphql-rank-math

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

fix: incorrect globals for generating <head>. #23

Closed justlevine closed 1 year ago

justlevine commented 1 year ago

What

This PR fixes several issues where the wrong WP globals were used to generate the RankMath <head> metadata and associated fields (like OpenGraph).

Why

The issue manifested itself in several ways:

closes #19

How

TL;DR instead of using RM's REST route to fetch the head, we're shimming the methods and generating it locally instead.

Testing Instructions

Additional Info

Checklist: