filtrod 2.3.0
dashboard_primary_title
Opis — z kodu źródłowego
Filters the primary link title for the 'WordPress Events and News' dashboard widget.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$title | string | Title attribute for the widget's primary link. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'dashboard_primary_title', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'dashboard_primary_title', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii