-
Notifications
You must be signed in to change notification settings - Fork 903
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Retrieve parent_title using REST API #9263
Labels
Comments
2 tasks
2 tasks
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, we're using jQuery to retrieve the parent title of pages and categories (see https://github.com/Yoast/wordpress-seo/blob/trunk/js/src/wp-seo-replacevar-plugin.js#L494). We should use the REST API instead to make it work in Gutenberg as well.
Setting a parent
Pages
Categories
WordPress REST API
WordPress REST API handbook: https://developer.wordpress.org/rest-api/reference/
The text was updated successfully, but these errors were encountered: