Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 PHPFox 站点中,我想在每次活动点增加时触发一个函数。是否可以通过一个文件更新?否则我将不得不更改每个模块(例如照片、博客、投票、评论等),以增加活动点为准。
您可以使用钩子“user.service_activity_update”为此编写插件。这里有一个关于如何编写插件的教程