privacy_on_link_title

privacy_on_link_title

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('privacy_on_link_title') is found 1 times:

  • /wp-admin/includes/dashboard.php line 388
    		 * @since 4.5.0 The default for `$title` was updated to an empty string.
    		 *
    		 * @param string $title Default attribute text.
    		 */
    		$title = apply_filters( 'privacy_on_link_title', '' );
    
    		/**
    		 * 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'.