Method | Description | |
---|---|---|
__construct ( WP_Customize_Manager $manager, string $id, array $args = [] ) | Constructor. | |
sanitize_repeater_setting ( string $value ) : array | Convert the JSON encoded setting coming from Customizer to an Array. | |
value ( ) : mixed | Fetch the value of the setting. |
public __construct ( WP_Customize_Manager $manager, string $id, array $args = [] ) | ||
$manager | WP_Customize_Manager | The WordPress WP_Customize_Manager object. |
$id | string | A specific ID of the setting. Can be a theme mod or option name. |
$args | array | Setting arguments. |
public sanitize_repeater_setting ( string $value ) : array | ||
$value | string | URL Encoded JSON Value. |
return | array |