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



set_url_scheme › WordPress Filter Hooks

Seit3.4.0
Veraltetn/v
apply_filters( 'set_url_scheme', $url, $scheme, $orig_scheme )
Parameter: (3)
  • (string) $url The complete URL including scheme and path.
    Erforderlich: Ja
  • (string) $scheme Scheme applied to the URL. One of 'http', 'https', or 'relative'.
    Erforderlich: Ja
  • (string|null) $orig_scheme Scheme requested for the URL. One of 'http', 'https', 'login', 'login_post', 'admin', 'relative', 'rest', 'rpc', or null.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the resulting URL after setting the scheme.





Quellcode

return apply_filters( 'set_url_scheme', $url, $scheme, $orig_scheme );