Skip to content

Instantly share code, notes, and snippets.

@maheshwaghmare
Created May 17, 2021 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maheshwaghmare/41de1f3d23bc02952db941c98829af05 to your computer and use it in GitHub Desktop.
Save maheshwaghmare/41de1f3d23bc02952db941c98829af05 to your computer and use it in GitHub Desktop.
Get all child pages - https://maheshwaghmare.com/?p=37686
<?php
$child_pages = get_pages( array(
'child_of' => 46,
'post_status' => 'publish'
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment