过滤要从页面列表中排除的页面数组。
原型
apply_filters( 'wp_list_pages_excludes', array $exclude_array )
参数
$exclude_array
(array)
要排除的页面ID数组。
源文件
路径:wp-includes/post-template.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/wp_list_pages_excludes/
过滤要从页面列表中排除的页面数组。
apply_filters( 'wp_list_pages_excludes', array $exclude_array )
$exclude_array
(array)
要排除的页面ID数组。
路径:wp-includes/post-template.php
英文文档:https://developer.wordpress.org/reference/hooks/wp_list_pages_excludes/
请在后台设置小工具!