wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



the_privacy_policy_link › WordPress Function

Desde4.9.6
Obsoleton/a
the_privacy_policy_link ( $before = '', $after = '' )
Parâmetros: (2)
  • (string) $before Optional. Display before privacy policy link. Default empty.
    Required: No
    Padrão: (empty)
  • (string) $after Optional. Display after privacy policy link. Default empty.
    Required: No
    Padrão: (empty)
Definido em:
Codex:

Displays the privacy policy link with formatting, when applicable.



Fonte

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