хук-действие
динамический since 3.4.0
customize_render_section_{$this->id}
Проверено на WordPress 6.9, обновлено Источник: WordPress Developer Resources.
Сигнатура
do_action( "customize_render_section_{$this->id}" )
Описание
Динамическая часть имени хука, $this->id, соответствует ID конкретной отрисовываемой секции Настройщика.
Оригинал (английский)
The dynamic portion of the hook name, $this->id, refers to the ID of the specific Customizer section to be rendered.
Динамические части имени
{$this->id}- Динамическая часть имени хука.
Исходный код
wp-includes/class-wp-customize-section.php:313
do_action( "customize_render_section_{$this->id}" );
История изменений
| Версия | Описание |
|---|---|
| 3.4.0 | Introduced. |

