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

Render the select field.


Parameters

$args

(Required) Arguments for select.

$id

(Required) The id for the select.

$item_index

(Optional) The item index.

Default value: ''


Source

File: includes/customizer/controls/repeater.php


			


Changelog

Changelog
Version Description
1.0.0 Introduced.