文件名称:wp-mu-required-plugins:重写https
文件大小:22KB
文件格式:ZIP
更新时间:2024-07-27 20:33:12
PHP
Wordpress 所需的插件 声明所需的插件并提示安装(如果不存在) 用法 <?php add_action ( 'required_plugins_register' , function () { required_plugins_register ( array ( array ( 'name' => 'Plugin Name' , // The plugin name 'slug' => 'plugin-name' , // The plugin slug (typically the folder name) 'required' => true , // If false, the pl
【文件预览】:
wp-mu-required-plugins-master
----composer.json(929B)
----required-plugins.php(890B)
----src()
--------BulkInstaller.php(10KB)
--------ListTable.php(24KB)
--------PluginManager.php(37KB)
--------BulkInstallerSkin.php(9KB)
----README.md(1KB)