使用WordPress时出现 wp_remote_get() 错误的解决方法
使用WordPress时出现 wp_remote_get() 函数或wp_remote_post()来获取所需的URL。 请将此代码可以放在模版文件的任何位置即可 <?php $response = wp_remote_get( 'http://foo.com/file.txt' )...
Introducing Open Source Chevereto
You will be glad to know that I have just released an Open Source edition of Chevereto called 'Chevereto Free'. This new edition is released under the AGPLv3 and it includes the sa...
DirectAdmin免费自动签发Let's Encrypt SSL证书
首先确保你主机安装了Git和Composer ,具体安装方法自行搜索,然后执行 cd /usr/local/directadmin/plugins git clone https://github.com/Petertjuh360/da-letsencrypt.git&nbs...