akcjaod 4.0.0
customize_render_panel
Opis — z kodu źródłowego
Fires before rendering a Customizer panel.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$panel | \WP_Customize_Panel | WP_Customize_Panel instance. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'customize_render_panel', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_action( 'customize_render_panel', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii