The Page class.
3.0.0
Optional
Protected
Static
Fetch a single page.
import {Page} from "@quickdevelopment/wp-js";const page = new Page('pages/1');page.fetch().then((page) => { console.log(page)}) Copy
import {Page} from "@quickdevelopment/wp-js";const page = new Page('pages/1');page.fetch().then((page) => { console.log(page)})
Fetch multiple objects from the endpoint.
2.0.0
Get data about the current class.
1.0.0
Get the search parameters.
Set search parameters for the request.
Object containing search parameters.
Get the instance of the WPJSSingleton class.
Generated using TypeDoc
The Page class.
Since
3.0.0