PHP Class VideoPress_Options, jetpack

ファイルを表示 Open project: automattic/jetpack Class Usage Examples

Public Properties

Property Type Description
$jetpack_plans_with_videopress array
$option_name string

Protected Properties

Property Type Description
$options array

Public Methods

Method Description
delete_options ( ) Runs when the VideoPress module is deactivated.
get_options ( ) Get VideoPress options
update_options ( $options ) Update VideoPress options

Method Details

delete_options() public static method

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

get_options() public static method

Get VideoPress options
public static get_options ( )

update_options() public static method

Update VideoPress options
public static update_options ( $options )

Property Details

$jetpack_plans_with_videopress public_oe static_oe property

public static array $jetpack_plans_with_videopress
return array

$option_name public_oe static_oe property

public static string $option_name
return string

$options protected_oe static_oe property

protected static array $options
return array