PHP Class Storechild_Integrations

Exibir arquivo Open project: woothemes/storechild

Public Methods

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

Method Details

__construct() public method

Setup class.
Since: 1.0
public __construct ( )

edit_controls() public method

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