Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: need help with get_all_page_ids function


Brajesh Singh
Participant

@sbrajesh

you should use

print_r($test);
// or

var_dump($test);

`

Not echo, echo will always show empty array for arrays.

Skip to toolbar