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



wp_signature_hosts › WordPress Filter Hooks

Seit5.2.0
Veraltetn/v
apply_filters( 'wp_signature_hosts', array( 'wordpress.org', 'downloads.wordpress.org', 's.w.org' )
Parameter:
  • (string[]) $hostnames List of hostnames.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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