get_all_page_ids() (funzione WordPress) restituisce, sotto forma di array, la lista di ID delle pagine.
tips&tricks
Sintassi
get_all_page_ids()
| parametro | descrizione |
|---|---|
| – | Nessuno |
Esempi
get_all_page_ids();
/* RISULTATO
Array
(
[0] => 3
[1] => 2
)
*/
Contenuti correlati
- CSS
- HTML
- JavaScript
- jQuery
- PHP
- SQL
- WORDPRESS
0 Comment