wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



wp_signature_hosts › Les Filtres WordPress

Depuis5.2.0
Dépréciéen/a
apply_filters( 'wp_signature_hosts', array( 'wordpress.org', 'downloads.wordpress.org', 's.w.org' )
Paramètres:
  • (string[]) $hostnames List of hostnames.
    Requis: Oui
Défini(e) dans:
Codex:

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





Source

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