PHP Класс WPCOM_JSON_API_Site_Settings_Endpoint, jetpack

Наследование: extends WPCOM_JSON_API_Endpoint
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$site_format

Открытые методы

Метод Описание
callback ( $path = '', $blog_id ) POST /sites/%s/settings
get_category_details ( $category ) : (array) Returns category details
get_settings_response ( ) : (array) Collects the necessary information to return for a get settings response.
jetpack_relatedposts_supported ( ) : (bool) Determines whether jetpack_relatedposts is supported
update_settings ( ) : (array) Updates site settings for authorized users

Защищенные методы

Метод Описание
get_cast_option_value_or_null ( (string) $option_name, (callable) $cast_callable ) : (int | null) Returns an option value as the result of the callable being applied to it if a value is set, otherwise null.
get_locale ( $key )

Описание методов

callback() публичный Метод

POST /sites/%s/settings
public callback ( $path = '', $blog_id )

get_cast_option_value_or_null() защищенный Метод

Returns an option value as the result of the callable being applied to it if a value is set, otherwise null.
protected get_cast_option_value_or_null ( (string) $option_name, (callable) $cast_callable ) : (int | null)
$option_name (string)
$cast_callable (callable)
Результат (int | null)

get_category_details() публичный Метод

Returns category details
public get_category_details ( $category ) : (array)
Результат (array)

get_locale() защищенный Метод

protected get_locale ( $key )

get_settings_response() публичный Метод

Collects the necessary information to return for a get settings response.
public get_settings_response ( ) : (array)
Результат (array)

update_settings() публичный Метод

Updates site settings for authorized users
public update_settings ( ) : (array)
Результат (array)

Описание свойств

$site_format публичное статическое свойство

public static $site_format