PHP Class RTMediaSettings, rtMedia

Afficher le fichier Open project: rtCamp/rtMedia

Méthodes publiques

Méthode Description
__construct ( ) : void Constructor
allowed_types ( ) : void Show allowed types.
get_default_options ( ) : array Get default options.
image_settings_intro ( ) : void Show image settings intro.
network_notices ( ) : void Show network notices.
privacy_notice ( ) : string Output a checkbox for privacy_notice.
rtmedia_support_intro ( ) : void Output rtmedia_support_intro.
sanitize ( type $input ) : type Sanitizes the settings
sanitize_before_save_options ( type $options ) : type Sanitize before saving the options.
sanitize_options ( type $options ) : type Register Settings.
settings ( ) : void rtmedia settings.

Method Details

__construct() public méthode

Constructor
public __construct ( ) : void
Résultat void

allowed_types() public méthode

Show allowed types.
public allowed_types ( ) : void
Résultat void

get_default_options() public méthode

Get default options.
public get_default_options ( ) : array
Résultat array $defaults

image_settings_intro() public méthode

Show image settings intro.
public image_settings_intro ( ) : void
Résultat void

network_notices() public méthode

Show network notices.
public network_notices ( ) : void
Résultat void

privacy_notice() public méthode

Output a checkbox for privacy_notice.
public privacy_notice ( ) : string
Résultat string $notice

rtmedia_support_intro() public méthode

Output rtmedia_support_intro.
public rtmedia_support_intro ( ) : void
Résultat void

sanitize() public méthode

Sanitizes the settings
public sanitize ( type $input ) : type
$input type
Résultat type $input

sanitize_before_save_options() public méthode

Sanitize before saving the options.
public sanitize_before_save_options ( type $options ) : type
$options type
Résultat type $options

sanitize_options() public méthode

Register Settings.
public sanitize_options ( type $options ) : type
$options type
Résultat type $options

settings() public méthode

rtmedia settings.
public settings ( ) : void
Résultat void