the_privacy_policy_link

Advertisement

Summery Summery

Filters the privacy policy link.

Syntax Syntax

apply_filters( 'the_privacy_policy_link', string $link, string $privacy_policy_url )

Parameters Parameters

$link

The privacy policy link. Empty string if it doesn't exist.

$privacy_policy_url

The URL of the privacy policy. Empty string if it doesn't exist.

Source Source

File: wp-includes/link-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.9.6 Introduced.

Advertisement

Leave a Reply