the_privacy_policy_link

FUNCTION wp-includes\link-template.php (ligne 4778) github
Filters the URL of the privacy policy page.

Paramètres

Entrée :
$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

// Utilisation de la fonction the_privacy_policy_link
$result = the_privacy_policy_link($before = '', $after = '');

if ($result) {
    // Votre logique ici
}

Actualités

Chargement des actualités...