filtrod 3.3.0
pre_ent2ncr
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
| Parametr | Typ | Opis |
|---|---|---|
$converted_text | string | null | The text to be converted. Default null. |
$text | string | The 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
}
// 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