wpseek.com
A WordPress-centric search engine for devs and theme authors



customize_render_section_{$this->id} › WordPress Action Hooks

Since3.4.0
Deprecatedn/a
do_action( "customize_render_section_{$this->id}" )
Defined at:
Codex:

Fires before rendering a specific Customizer section.

The dynamic portion of the hook name, `$this->id`, refers to the ID of the specific Customizer section to be rendered.




Source

do_action( "customize_render_section_{$this->id}" );