WP HOOKS
filtrod 2.0.0

prepend_attachment

Args 1Plik wp-includes/post-template.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the attachment markup to be prepended to the post content.

Parametry

ParametrTypOpis
$pstringThe attachment HTML output.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'prepend_attachment', 'twoja_funkcja' );

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

Popularne w tej kategorii