Created
March 16, 2021 01:29
-
-
Save w33zy/ec9f108d2b0c7ecf353c67e2a4d94441 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
add_filters( 'wp_list_pages_excludes', function( $exclude_array ) { | |
$exclude_array = array( '121' ); | |
return $exclude_array; | |
} | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment