ROBOT 发表于 2026-1-26 11:55:38

新人帖 求助一下大佬关于插件钩子使用的问题 New

class plugin_testhello {


    function global_header() {


         return '你好呀';


    }


}


class plugin_testhello_forumdisplay extends plugin_testhello {


    function forumdisplay_thread() {


         return '你好呀';


    }


}


为什么global_header这个全局的钩子可以直接返回值成功,forumdisplay_thread钩子就不行呢?
页: [1]
查看完整版本: 新人帖 求助一下大佬关于插件钩子使用的问题 New