This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
Repeater::render_checkbox_field( array $args, string $id, string $item_index = '' )
Render the checkbox field.
Parameters
- $args
-
(Required) Arguments for checkbox.
- $id
-
(Required) The id for the checkbox.
- $item_index
-
(Optional) The item index.
Default value: ''
Source
File: includes/customizer/controls/repeater.php
Expand full source code Collapse full source code View on Github
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |