Interface WPJSConfigOptions

The options for the WPJSConfig.

WPJSConfigOptions

interface WPJSConfigOptions {
    apiUrl: string;
    embed: boolean;
}

Properties

Properties

apiUrl: string

The URL of the WordPress API.

Default

'https://api.wordpress.org'
embed: boolean

Whether to embed the data or not.

Default

true

Generated using TypeDoc