WP HOOKS
akcjaod 4.0.0

customize_render_panel

Args 1Plik wp-includes/class-wp-customize-panel.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Fires before rendering a Customizer panel.

Parametry

ParametrTypOpis
$panel\WP_Customize_PanelWP_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
}

Popularne w tej kategorii