the_privacy_policy_link

the_privacy_policy_link

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('the_privacy_policy_link') is found 1 times:

  • /wp-includes/link-template.php line 4756
    	 *                                   doesn't exist.
    	 * @param string $privacy_policy_url The URL of the privacy policy. Empty string
    	 *                                   if it doesn't exist.
    	 */
    	$link = apply_filters( 'the_privacy_policy_link', $link, $privacy_policy_url );
    
    	if ( $link ) {
    		return $before . $link . $after;
    	}
    
    	return '';