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



the_privacy_policy_link › Hooks de Filtros WordPress

Desde4.9.6
Obsoleton/a
apply_filters( 'the_privacy_policy_link', $link, $privacy_policy_url )
Parâmetros: (2)
  • (string) $link The privacy policy link. Empty string if it doesn't exist.
    Required: Yes
  • (string) $privacy_policy_url The URL of the privacy policy. Empty string if it doesn't exist.
    Required: Yes
Definido em:
Codex:

Filters the privacy policy link.





Fonte

$link = apply_filters( 'the_privacy_policy_link', $link, $privacy_policy_url );