wp-api-yoast-meta
wp-api-yoast-meta copied to clipboard
Adds the Yoast fields for pages and posts to the WP-API response
Hello, I need to add those rest fields to woocommerce product category, so I added this code 👍 // Product cat register_rest_field( 'product_cat', 'yoast_meta', array( 'get_callback' => array( $this, 'wp_api_encode_yoast_tag'...
Your plugin save me the day, but I cannot find it on https://wordpress.org/plugins/
Hi, first thank you so much for this great plugin, really. I'd like to ask you how could I solve the issue related to the update of the 'yoast_wpseo_metadesc' for...
Hi, I try to find a way to use the REST API to create new post and fill up the fields that let define a primary category. yoast_wpseo_primary Can i...
Hi, I have everything working on this except custom post categories. Has anybody fixed this locally? Thanks
We recently forked to add support for this. The issue comes with OpenGraph data being configured on the backend, but not rendered under the `yoast_meta` data in the REST API....
I know that this plugin hasn't been tested with this version of WP, but I thought I'd post this in case you plan on updating. Yoast itself has vague plans...
I added the primary taxonomies into the API. Also, i added a composer.json so we can add the plugin with composer