WP HOOKS
filtrod 3.3.0

pre_ent2ncr

Args 2Plik wp-includes/formatting.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters text before named entities are converted into numbered entities.

A non-null string must be returned for the filter to be evaluated.

Parametry

ParametrTypOpis
$converted_textstring | nullThe text to be converted. Default null.
$textstringThe text prior to entity conversion.

Wywołanie

Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'pre_ent2ncr', 'twoja_funkcja', 10, 2 );

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

Popularne w tej kategorii