PHP 클래스 WPCOM_JSON_API_Site_Settings_Endpoint, jetpack

상속: extends WPCOM_JSON_API_Endpoint
파일 보기 프로젝트 열기: automattic/jetpack 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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