PHP Class _Beans_WP_Customize, Beans

Show file Open project: Getbeans/Beans

Public Methods

Method Description
__construct ( $section, $args ) Constructor.
sanitize ( $value ) Sanatize value.

Private Methods

Method Description
add ( ) Add section, settings and controls.
add_control ( $wp_customize, $field ) Add Control.
add_section ( $wp_customize ) Add Section.
add_setting ( $wp_customize, $field ) Add setting.

Method Details

__construct() public method

Constructor.
public __construct ( $section, $args )

sanitize() public method

Sanatize value.
public sanitize ( $value )