privacy_policy_url

Advertisement

Summery Summery

Filters the URL of the privacy policy page.

Syntax Syntax

apply_filters( 'privacy_policy_url', string $url, int $policy_page_id )

Parameters Parameters

$url

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

$policy_page_id

The ID of privacy policy page.

Source Source

File: wp-includes/link-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.9.6 Introduced.

Advertisement

Leave a Reply