```
add_filter('ajax_query_attachments_args', 'filter_watch_images_media_library');
// 添加过滤器函数
function filter_watch_images_media_library($query)
{
// 检查是否是媒体库查询请求...
### 使用这个项目的脚本
项目地址:
[go-cursor-help](https://github.com/yuaotian/go-cursor-help)
参考[中文说明](https://github.com/yuaotian/go-cursor-help/blob/master/README_CN.md),对于MacOS,执行此脚本
```...