WP HOOKS
filtrod 3.0.0

privacy_on_link_title

Args 1Plik wp-admin/includes/dashboard.phpDokumentacja WP ↗

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

ParametrTypOpis
$titlestringDefault 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
}

Popularne w tej kategorii