首页
教程
IT编程
国外技术
登录
标签
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
10月前
37
0