filtrod 2.2.0
atom_enclosure
Opis — z kodu źródłowego
Filters the atom enclosure HTML link tag for the current post.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$html_link_tag | string | The HTML link tag with a URI and other attributes. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'atom_enclosure', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'atom_enclosure', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii