PHP Class Jetpack_JSON_API_Themes_Install_Endpoint, jetpack

Inheritance: extends Jetpack_JSON_API_Themes_Endpoint
ファイルを表示 Open project: automattic/jetpack

Protected Properties

Property Type Description
$action
$download_links
$needed_capabilities POST /sites/%s/themes/%s/install

Protected Methods

Method Description
download_wpcom_theme_to_file ( $theme )
install ( )
is_installed_theme ( $theme )
validate_themes ( )

Method Details

download_wpcom_theme_to_file() protected static method

protected static download_wpcom_theme_to_file ( $theme )

install() protected method

protected install ( )

is_installed_theme() protected static method

protected static is_installed_theme ( $theme )

validate_themes() protected method

protected validate_themes ( )

Property Details

$action protected_oe property

protected $action

$needed_capabilities protected_oe property

POST /sites/%s/themes/%s/install
protected $needed_capabilities