Property | Type | Description | |
---|---|---|---|
$defaultSecondarySettings |
Method | Description | |
---|---|---|
__construct ( array $settings, string $owner ) | Constructor | |
display ( ) | * Display for options and meta | |
init_select_script ( ) : void | Initialize the select2 field | |
load_select_scripts ( ) : void | Register and load the select2 script | |
registerCustomizerControl ( $wp_customize, $section, $priority = 1 ) | * Display for theme customizer |
public __construct ( array $settings, string $owner ) | ||
$settings | array | Option settings |
$owner | string | Namespace |
public init_select_script ( ) : void | ||
return | void |
public load_select_scripts ( ) : void | ||
return | void |
public registerCustomizerControl ( $wp_customize, $section, $priority = 1 ) |