wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_signature_hosts › WordPress Filter Hooks

Da5.2.0
Deprecaton/a
apply_filters( 'wp_signature_hosts', array( 'wordpress.org', 'downloads.wordpress.org', 's.w.org' )
Parametri:
  • (string[]) $hostnames List of hostnames.
    Richiesto:
Definito a:
Codex:

Filters the list of hosts which should have Signature Verification attempted on.





Sorgenti

$signed_hostnames = apply_filters( 'wp_signature_hosts', array( 'wordpress.org', 'downloads.wordpress.org', 's.w.org' ) );