regionhalland / region-halland-plugin-wp-remove-dashboard-meta
此插件移除除“活动”之外的所有仪表盘元数据框
v1.2.0
2022-06-28 12:54 UTC
This package is auto-updated.
Last update: 2024-09-22 16:22:02 UTC
README
如何使用Region Halland的插件"RhWpRemoveDashboardMeta"
以下是如何使用"RhWpRemoveDashboardMeta"插件的说明。
应用范围
使用此插件可以移除除“活动”之外的所有仪表盘元数据框
许可模型
此插件使用GPL-3.0许可模型。您可以阅读关于此许可模型的更多信息,通过附带的文件
LICENSE (https://regionhalland.visualstudio.com/public.RhWpPlugIns/_git/RhWpRemoveDashboardMeta'?path=%2FLICENSE&version=GBmaster)
安装和激活
A) Hämta pluginen via Git eller läs in det med Composer
B) Installera Region Hallands plugin i Wordpress plugin folder
C) Aktivera pluginet inifrån Wordpress admin
通过Git获取插件
git clone https://regionhalland.visualstudio.com/public.RhWpPlugIns/_git/RhWpRemoveDashboardMeta
通过composer导入插件
这两个部分需要添加到您的composer文件中
Repositories = 存储插件的位置,在本例中是github
"repositories": [
{
"type": "vcs",
"url": "https://regionhalland.visualstudio.com/public.RhWpPlugIns/_git/RhWpRemoveDashboardMeta"
},
],
Require = 指定您想要使用的插件版本,在本例中为1.0.0
注意!请调整以获取最新版本。
"require": {
"regionhalland/region-halland-wp-remove-dashboard-meta": "1.0.0"
},
版本历史
1.2.0
- 添加了欢迎元数据框
1.1.0
- 添加了Packagist上的发布管道
1.0.0
- 第一个版本