프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$setting_types | array | The setting-stypes we're using. | |
$wp_customize | WP_Customize_Manager | TYhe global $wp_customize object. |
메소드 | 설명 | |
---|---|---|
__construct ( array $args = [] ) | Creates a new Kirki_Settings object. |
메소드 | 설명 | |
---|---|---|
add_setting ( string $classname, string $setting, string | array $default, string $type, string $capability, string $transport, string | array $sanitize_callback ) | This is where we're finally adding the setting to the Customizer. | |
add_settings ( array $args = [] ) | Adds the settings for this field. | |
set_setting_types ( ) | Sets the $this->setting_types property. |
public __construct ( array $args = [] ) | ||
$args | array | The field definition as sanitized in Kirki_Field. |