filtrod 6.2.0
wp_get_attachment_link_attributes
Opis — z kodu źródłowego
Filters the list of attachment link attributes.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$attributes | array | An array of attributes for the link markup, keyed on the attribute name. |
$id | int | Post ID. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'wp_get_attachment_link_attributes', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'wp_get_attachment_link_attributes', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}Popularne w tej kategorii