今天进行一个WordPress主题的更新,在测试PHP7.2兼容的时候遇到了一个PHP报错,如下:
Function create_function() is deprecated
PHP7.2 已经不推荐使用create_function函数,所以我会立即纠正它。
原代码:
[php]add_action('widgets_init', create_function('', 'return register_widget("xintheme_hotpost");'));[/php]
解决方案:修改create_function
[php]add_action('widgets_init', function(){register_widget('xintheme_hotpost' );});[/php]
由于PHP知识匮乏,小编不保证这个是最好的修改方法,仅供参考......
无论您在哪里,【一春一夏】都愿意为您提供高价值服务!我们以网站建设、APP/小程序系统开发、网络运营运维为核心业务,为用户提供一站式解决方案。我们奉行“登上峰顶,不是为了饱览风光,是为了寻找更高的山峰”为理念,让我们阔步向前。