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



allowed_http_origin › Les Filtres WordPress

Depuis3.4.0
Dépréciéen/a
apply_filters( 'allowed_http_origin', $origin, $origin_arg )
Paramètres: (2)
  • (string) $origin Origin URL if allowed, empty string if not.
    Requis: Oui
  • (string) $origin_arg Original origin string passed into is_allowed_http_origin function.
    Requis: Oui
Défini(e) dans:
Codex:

Change the allowed HTTP origin result.





Source

return apply_filters( 'allowed_http_origin', $origin, $origin_arg );