wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



the_privacy_policy_link › WordPress Function

Seit4.9.6
Veraltetn/v
the_privacy_policy_link ( $before = '', $after = '' )
Parameter: (2)
  • (string) $before Optional. Display before privacy policy link. Default empty.
    Erforderlich: Nein
    Standard: (leer)
  • (string) $after Optional. Display after privacy policy link. Default empty.
    Erforderlich: Nein
    Standard: (leer)
Definiert in:
Codex:

Displays the privacy policy link with formatting, when applicable.



Quellcode

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