致命错误:非静态方法IPW\Theme::set_event_microsite()不能在页面事件-microsite.php:5堆栈跟踪:#0中静态调用
第5行:\IPW\Theme::set_event_microsite(真);
发布于 2022-11-19 16:55:23
非常感谢您的帮助,我使用函数上的静态关键字/方法解决了错误。
在函数为:公共函数set_event_microsite(){}之前,
现在公共静态函数set_event_microsite(){},
https://stackoverflow.com/questions/74394806
复制相似问题