Skip to content

Instantly share code, notes, and snippets.

@w33zy
Created March 16, 2021 01:29
Show Gist options
  • Save w33zy/ec9f108d2b0c7ecf353c67e2a4d94441 to your computer and use it in GitHub Desktop.
Save w33zy/ec9f108d2b0c7ecf353c67e2a4d94441 to your computer and use it in GitHub Desktop.
<?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