wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



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

Seit4.0.0
Veraltetn/v
do_action( "customize_render_panel_{$this->id}" )
Definiert in:
Codex:

Fires before rendering a specific Customizer panel.

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




Quellcode

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