filtrod 3.0.0
privacy_on_link_title
Opis — z kodu źródłowego
Filters the link title attribute for the 'Search engines discouraged' message displayed in the 'At a Glance' dashboard widget.
Prior to 3.8.0, the widget was named 'Right Now'.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$title | string | Default attribute text. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'privacy_on_link_title', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'privacy_on_link_title', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii