get_dropins()
get_dropins()
检查wp content目录并检索包含任何插件数据的所有加载项。
Check the wp-content directory and retrieve all drop-ins with any plugin data.
返回(Return)
(array[])按插件文件名键入的dropin插件数据数组。请参阅get_plugin_data(array[])。
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.0.0 | wp-admin/includes/plugin.php:432 | 2 | 2 |
get_dropins() 为WP2原创文章,链接:https://www.wp2.cn/functions/get_dropins/