Property | Type | Description | |
---|---|---|---|
$fields | array | The fields that each container row will contain. | |
$row_label | array | The row label | |
$type | string | The control type. |
Property | Type | Description | |
---|---|---|---|
$filtered_value | array | Will store a filtered version of value for advenced fields (like images). |
Method | Description | |
---|---|---|
__construct ( WP_Customize_Manager $manager, string $id, array $args = [] ) | Constructor. | |
enqueue ( ) | Enqueue control related scripts/styles. | |
repeater_js_template ( ) | An Underscore (JS) template for this control's content (but not its container). | |
to_json ( ) | Refresh the parameters passed to the JavaScript via JSON. |
Method | Description | |
---|---|---|
render_content ( ) | Render the control's content. |
public __construct ( WP_Customize_Manager $manager, string $id, array $args = [] ) | ||
$manager | WP_Customize_Manager | Customizer bootstrap instance. |
$id | string | Control ID. |
$args | array | {@see \WP_Customize_Control::__construct}. |
protected render_content ( ) |
public repeater_js_template ( ) |
public to_json ( ) |
public array $fields | ||
return | array |
protected array $filtered_value | ||
return | array |