This is a mechanism to "wake up" settings that have been dynamically created
on the front end and have been sent to WordPress in $_POST['customized']. When WP
loads, the dynamically-created settings then will get created and previewed
even though they are not directly created statically with code.
public add_dynamic_settings ( array $setting_ids ) : array | ||
$setting_ids | array | The setting IDs to add. |
Результат | array | The WP_Customize_Setting objects added. |