以下是所有用户功能的WP Function Reference。
但我需要核心功能列表,如:
init, restrict_manage_posts
等。
这里WP Action Reference - 列出所有核心功能,但有非常纯粹的描述。
我在哪里可以找到它?
答案 0 :(得分:1)
不幸的是AFAIK,没有一个地方有完美的文档。 一些比较知名的地方是:
http://adambrown.info/p/wp_hooks/hook/init
http://hitchhackerguide.com/function-filter-action-index/
你可以在google上找到更多..
还有另一种选择(可能是最好的),而且是在核心文件中读取INLINE注释本身..