分类: PHP

1 篇文章

WordPress 设置回复可见
Wordpress 回复可见实现现在网上都是清一色的修改当前主题的 function.php 文件,这样会带来一个问题,那就是当主题更新之后,修改的内容可能会被覆盖。 这里给出一个解决方案,同样的代码,添加为插件可以完美解决这个问题。 在 Wordpress 安装目录下 /wp-content/plugin 新建文件夹,名称自取,然后新建文件 in…
Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/html/wp-content/themes/argon/functions.php on line 352