[WORDPRESS] [Funzione] get_allowed_http_origins()

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

Fonti esterne

funzioni wordpress, wordpress

Related Articles

0 Comment

Rispondi