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_icon_field( array $args, string $id, string $item_index = '' )
Render icon field.
Parameters
- $args
-
(Required) Arguments for the icon field.
- $id
-
(Required) The id for the select.
- $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