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_field( array $args, string $id, string $item_index = '' )
Render single repeater field.
Parameters
- $args
-
(Required) the field args.
- $id
-
(Required) the field ID.
- $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