PHP Class Storechild_Customizer

Afficher le fichier Open project: woothemes/storechild

Méthodes publiques

Méthode 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 méthode

Setup class.
Since: 1.0
public __construct ( )

add_customizer_css() public méthode

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

edit_default_controls() public méthode

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

storechild_defaults() public méthode

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