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



wp_signature_url › WordPress Filter Hooks

Seit5.2.0
Veraltetn/v
apply_filters( 'wp_signature_url', $signature_url, $url )
Parameter: (2)
  • (false|string) $signature_url The URL where signatures can be found for a file, or false if none are known.
    Erforderlich: Ja
  • (string) $url The URL being verified.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the URL where the signature for a file is located.





Quellcode

$signature_url = apply_filters( 'wp_signature_url', $signature_url, $url );