评论之前的钩子
挂钩点名称
内容评论:comment_before 表单评论:form_comment_before 模块表单评论:mform_comment_before
挂钩点参数
\Phpcmf\Hooks::trigger('comment_before', $row);
示例:
/config/hooks.php
\Phpcmf\Hooks::app_on('comment', 'comment_before', function($data) { // $data //评论数据 // dr_debug('comment_before_data', $data); //调试变量 });