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_text_field( array $args, string $id, string $item_index = '' )

Render text field.


Parameters

$args

(Required) Arguments for text field.

$id

(Required) The id for the select.

$item_index

(Optional) The item index.

Default value: ''


Source

File: includes/customizer/controls/repeater.php