Filters the URL of the privacy policy page.
$before = '', $after = ''
Sortie :
@param string $url The URL to the privacy policy page. Empty string @param int $policy_page_id The ID of privacy policy page. @param string $before Optional. Display before privacy policy link. Default empty. @param string $after Optional. Display after privacy policy link. Default empty.
// Utilisation de la fonction the_privacy_policy_link
$result = the_privacy_policy_link($before = '', $after = '');
if ($result) {
// Votre logique ici
}
Chargement des actualités...