首页
Algorithm
登录
标签
Add view to admin menu to filter
Add view to admin menu to filter for specific criteria ( If post is child of specific Parent )
add_filter('views_edit-page','addFilter');function addFilter($views) {global $wp_query;$query = arra
Add view to admin menu to filter for specific criteria ( If post is child of specific Parent )
admin
1天前
1
0