WP HOOKS
akcjaod 6.9.0

wp_template_enhancement_output_buffer_started

Args 0Plik wp-includes/template.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Fires when the template enhancement output buffer has started.

Wywołanie

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

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

Popularne w tej kategorii