Filter hook 'the_privacy_policy_link'

in WP Core File wp-includes/link-template.php at line 4759

Description

Filters the privacy policy link.

Occurrences

Filename Line Number
wp-includes/link-template.php 4759

Parameters

Type Name Description
string $link The privacy policy link. Empty string if it doesn't exist.
string $privacy_policy_url The URL of the privacy policy. Empty string if it doesn't exist.

PHP Doc

/**
	 * Filters the privacy policy link.
	 *
	 * @since 4.9.6
	 *
	 * @param string $link               The privacy policy link. Empty string if it
	 *                                   doesn't exist.
	 * @param string $privacy_policy_url The URL of the privacy policy. Empty string
	 *                                   if it doesn't exist.
	 */