the_privacy_policy_link

Advertisement

Summery Summery

Displays the privacy policy link with formatting, when applicable.

Syntax Syntax

the_privacy_policy_link( string $before = '', string $after = '' )

Parameters Parameters

$before

(Optional) Display before privacy policy link.

Default value: ''

$after

(Optional) Display after privacy policy link.

Default value: ''

Source Source

File: wp-includes/link-template.php

	/**
	 * Filters the URL of the privacy policy page.

Advertisement

Changelog Changelog

Changelog
Version Description
4.9.6 Introduced.

Advertisement

Leave a Reply