PHP Class Storechild_Integrations

Afficher le fichier Open project: woothemes/storechild

Méthodes publiques

Méthode Description
__construct ( ) Setup class.
edit_controls ( array $wp_customize ) : void Remove unused/incompatible controls from the Customizer to avoid confusion

Method Details

__construct() public méthode

Setup class.
Since: 1.0
public __construct ( )

edit_controls() public méthode

Remove unused/incompatible controls from the Customizer to avoid confusion
public edit_controls ( array $wp_customize ) : void
$wp_customize array the Customizer object.
Résultat void