filtrod 4.4.0
the_excerpt_embed
Opis — z kodu źródłowego
Filters the post excerpt for the embed template.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$output | string | The current post excerpt. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'the_excerpt_embed', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'the_excerpt_embed', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii