wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



the_privacy_policy_link › WordPress Function

Depuis4.9.6
Dépréciéen/a
the_privacy_policy_link ( $before = '', $after = '' )
Paramètres: (2)
  • (string) $before Optional. Display before privacy policy link. Default empty.
    Requis: Non
    Défaut: (vide)
  • (string) $after Optional. Display after privacy policy link. Default empty.
    Requis: Non
    Défaut: (vide)
Défini(e) dans:
Codex:

Displays the privacy policy link with formatting, when applicable.



Source

function the_privacy_policy_link( $before = '', $after = '' ) {
	echo get_the_privacy_policy_link( $before, $after );
}