=== WPSSO REST API ===
Plugin Name: WPSSO REST API
Plugin Slug: wpsso-rest-api
Text Domain: wpsso-rest-api
Domain Path: /languages
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl.txt
Assets URI: https://surniaulula.github.io/wpsso-rest-api/assets/
Tags: rest, api, rest api, meta tags, schema
Contributors: jsmoriss
Requires Plugins: wpsso
Requires PHP: 7.4.33
Requires At Least: 6.0
Tested Up To: 6.9.4
Stable Tag: 3.3.0
Extends the WordPress REST API post, term, and user query results with an array of meta tags and Schema JSON-LD markup.
== Description ==
**Extends the WordPress REST API post, term, and user query results:**
* The `html` array includes HTML formatted meta tags and Schema JSON-LD (aka LD+JSON) scripts, as they appear in the webpage head section.
* The `json` array provides Schema JSON-LD (aka LD+JSON) scripts in their decoded format.
* The `parts` array offers meta tag attributes (aka "the parts") as arrays, making it easier to find and use specific meta tag values.
There is no add-on settings page for this plugin - simply install and activate the plugin.
WPSSO Core Required
WPSSO REST API is an add-on for the [WPSSO Core plugin](https://wordpress.org/plugins/wpsso/), which creates extensive and complete structured data to present your content at its best for social sites and search results – no matter how URLs are shared, reshared, messaged, posted, embedded, or crawled.
== Installation ==
Install and Uninstall
* [Install the WPSSO REST API add-on](https://wpsso.com/docs/plugins/wpsso-rest-api/installation/install-the-plugin/).
* [Uninstall the WPSSO REST API add-on](https://wpsso.com/docs/plugins/wpsso-rest-api/installation/uninstall-the-plugin/).
== Frequently Asked Questions ==
== Screenshots ==
== Changelog ==
Version Numbering
Version components: `{major}.{minor}.{bugfix}[-{stage}.{level}]`
* {major} = Major structural code changes and/or incompatible API changes (ie. breaking changes).
* {minor} = New functionality was added or improved in a backwards-compatible manner.
* {bugfix} = Backwards-compatible bug fixes or small improvements.
* {stage}.{level} = Pre-production release: dev < a (alpha) < b (beta) < rc (release candidate).
Standard Edition Repositories
* [GitHub](https://surniaulula.github.io/wpsso-rest-api/)
* [WordPress.org](https://plugins.trac.wordpress.org/browser/wpsso-rest-api/)
Development Version Updates
WPSSO Core Premium edition customers have access to development, alpha, beta, and release candidate version updates:
Under the SSO > Update Manager settings page, select the "Development and Up" (for example) version filter for the WPSSO Core plugin and/or its add-ons. When new development versions are available, they will automatically appear under your WordPress Dashboard > Updates page. You can reselect the "Stable / Production" version filter at any time to reinstall the latest stable version.
WPSSO Core Standard edition users (ie. the plugin hosted on WordPress.org) have access to the latest development version under the Advanced Options section.
Changelog / Release Notes
**Version 3.3.0 (2024/08/25)**
* **New Features**
* None.
* **Improvements**
* None.
* **Bugfixes**
* None.
* **Developer Notes**
* Changed the main instantiation action hook from 'init_objects' to 'init_objects_preloader'.
* **Requires At Least**
* PHP v7.4.33.
* WordPress v6.0.
* WPSSO Core v18.20.0.
== Upgrade Notice ==
= 3.3.0 =
(2024/08/25) Changed the main instantiation action hook from 'init_objects' to 'init_objects_preloader'.