PHP Class Storechild_Customizer

Exibir arquivo Open project: woothemes/storechild

Public Methods

Method Description
__construct ( ) Setup class.
add_customizer_css ( ) : void Add CSS using settings obtained from the theme options.
edit_default_controls ( array $wp_customize ) : void Modify the default controls
storechild_defaults ( array $args ) : array Returns an array of the desired default Storefront options

Method Details

__construct() public method

Setup class.
Since: 1.0
public __construct ( )

add_customizer_css() public method

Add CSS using settings obtained from the theme options.
public add_customizer_css ( ) : void
return void

edit_default_controls() public method

Modify the default controls
public edit_default_controls ( array $wp_customize ) : void
$wp_customize array the Customizer object.
return void

storechild_defaults() public method

Returns an array of the desired default Storefront options
public storechild_defaults ( array $args ) : array
$args array an array of default values.
return array