privacy_on_link_text

privacy_on_link_text

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('privacy_on_link_text') is found 1 times:

  • /wp-admin/includes/dashboard.php line 400
    		 * @since 3.0.0
    		 *
    		 * @param string $content Default text.
    		 */
    		$content = apply_filters( 'privacy_on_link_text', __( 'Search engines discouraged' ) );
    
    		$title_attr = '' === $title ? '' : " title='$title'";
    
    		echo "<p class='search-engines-info'><a href='options-reading.php'$title_attr>$content</a></p>";
    	}
    	?>