WP HOOKS
akcjaod 3.4.0

customize_render_section

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

Opis — z kodu źródłowego

Fires before rendering a Customizer section.

Parametry

ParametrTypOpis
$section\WP_Customize_SectionWP_Customize_Section instance.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_action( 'customize_render_section', 'twoja_funkcja' );

function twoja_funkcja($param_1) {
	// Twój kod
}

Popularne w tej kategorii