文件名称:wp-disable-upgrade-notice:禁用 WordPress 的升级通知
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-10 11:57:37
Shell
megumi/wp-disable-upgrade-notice 禁用升级通知的 Composer 库。 如何使用 将插件放入 mu-plugins 将插件放入 mu-plugins 中,如下所示。 <?php /* Plugin Name: mu-plugin for example.com */ require_once dirname( __FILE__ ) . '/vendor/autoload.php'; 就是这样! 创建一个 composer.json 创建一个 composer.json 并将其放入muplugins/ 。 { "name": "megumi/mu-plugins", "authors": [ { "name": "John Smith", "email": "joh
【文件预览】:
wp-disable-upgrade-notice-master
----lib()
--------Megumi_Disable_Upgrade_Notice.php(377B)
----.travis.yml(349B)
----phpunit.xml(321B)
----README.md(2KB)
----tests()
--------test-wp-disable-upgrade-notice.php(355B)
--------bootstrap.php(369B)
----.gitignore(9B)
----bin()
--------install-wp-tests.sh(2KB)
----composer.json(359B)