get_allowed_http_origins() (funzione WordPress) restituisce, sotto forma di array, l’elenco delle origini HTTP consentite.
tips&tricks
Sintassi
get_allowed_http_origins()
| parametro | descrizione |
|---|---|
| – | Nessuno |
Esempi
print_r(get_allowed_http_origins());
/* RISULTATO
Array
(
[0] => http://gestiolex.it
[1] => https://gestiolex.it
)
*/
Contenuti correlati
- CSS
- HTML
- JavaScript
- jQuery
- PHP
- SQL
- WORDPRESS
0 Comment