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



allowed_http_origins › WordPress Filter Hooks

Seit3.4.0
Veraltetn/v
apply_filters( 'allowed_http_origins', $allowed_origins )
Parameter:
  • (string[]) $allowed_origins { Array of default allowed HTTP origins. @type string $0 Non-secure URL for admin origin. @type string $1 Secure URL for admin origin. @type string $2 Non-secure URL for home origin. @type string $3 Secure URL for home origin. }
    Erforderlich: Ja
Definiert in:
Codex:

Change the origin types allowed for HTTP requests.





Quellcode

return apply_filters( 'allowed_http_origins', $allowed_origins );