-
-
Save maheshwaghmare/41de1f3d23bc02952db941c98829af05 to your computer and use it in GitHub Desktop.
Get all child pages - https://maheshwaghmare.com/?p=37686
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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