PHP 클래스 VideoPress_Options, jetpack

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

공개 프로퍼티들

프로퍼티 타입 설명
$jetpack_plans_with_videopress array
$option_name string

보호된 프로퍼티들

프로퍼티 타입 설명
$options array

공개 메소드들

메소드 설명
delete_options ( ) Runs when the VideoPress module is deactivated.
get_options ( ) Get VideoPress options
update_options ( $options ) Update VideoPress options

메소드 상세

delete_options() 공개 정적인 메소드

Runs when the VideoPress module is deactivated.
public static delete_options ( )

get_options() 공개 정적인 메소드

Get VideoPress options
public static get_options ( )

update_options() 공개 정적인 메소드

Update VideoPress options
public static update_options ( $options )

프로퍼티 상세

$jetpack_plans_with_videopress 공개적으로 정적으로 프로퍼티

public static array $jetpack_plans_with_videopress
리턴 array

$option_name 공개적으로 정적으로 프로퍼티

public static string $option_name
리턴 string

$options 보호되어 있는 정적으로 프로퍼티

protected static array $options
리턴 array