wpseek.com
A WordPress-centric search engine for devs and theme authors



privacy_on_link_title › WordPress Filter Hooks

Since4.5.0
Deprecatedn/a
apply_filters( 'privacy_on_link_title', '' )
Parameters:
  • () title Default attribute text.
    Required: Yes
Defined at:
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'.




Source

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