wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



privacy_on_link_title › WordPress Filter Hooks

Seit4.5.0
Veraltetn/v
apply_filters( 'privacy_on_link_title', '' )
Parameter:
  • () title Default attribute text.
    Erforderlich: Ja
Definiert in:
Codex:

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'.




Quellcode

$title = apply_filters( 'privacy_on_link_title', '' );