大量挂钩:
add_action(\'thesis_hook_after_comment\', \'pj_time\');
add_action(\'thesis_hook_after_comments\', \'pj_time\');
add_action(\'thesis_hook_after_comment_box\', \'pj_time\');
add_action(\'thesis_hook_after_comment_meta\', \'pj_time\');
add_action(\'thesis_hook_after_content\', \'pj_time\');
add_action(\'thesis_hook_after_content_area\', \'pj_time\');
add_action(\'thesis_hook_after_content_box\', \'pj_time\');
add_action(\'thesis_hook_after_footer\', \'pj_time\');
add_action(\'thesis_hook_after_header\', \'pj_time\');
add_action(\'thesis_hook_after_headline\', \'pj_time\');
// etc.
怎么可能
function pj_time()
知道哪个钩子叫它吗?是否有一个全局变量或其他东西告诉我我们在哪个钩子上?因此pj\\u time()可以输出如下内容:“hook(此处为hook的名称)摇晃。”
我也不知道这些钩子的叫法,它们只是按字母顺序排列的。否则,我可以使用计数器来计算到目前为止我们已经完成了多少个钩子,并以这种方式确定钩子的名称。
所以我想知道是否有可能得到钩子的名字。谢谢