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



privacy_on_link_text › WordPress Filter Hooks

Since3.0.0
Deprecatedn/a
apply_filters( 'privacy_on_link_text', __( 'Search engines discouraged' )
Parameters:
  • () content Default text.
    Required: Yes
Defined at:
Codex:

Filters the link label 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

$content = apply_filters( 'privacy_on_link_text', __( 'Search engines discouraged' ) );