PHP Class Kirki_Field_Multicheck, kirki

Inheritance: extends Kirki_Field
Mostrar archivo Open project: aristath/kirki

Public Methods

Method Description
sanitize ( string | array $value ) The sanitize method that will be used as a falback

Protected Methods

Method Description
set_sanitize_callback ( ) Sets the $sanitize_callback
set_type ( ) Sets the control type.

Method Details

sanitize() public method

The sanitize method that will be used as a falback
public sanitize ( string | array $value )
$value string | array The control's value.

set_sanitize_callback() protected method

Sets the $sanitize_callback
protected set_sanitize_callback ( )

set_type() protected method

Sets the control type.
protected set_type ( )