moxie-lean/wp-metadata
Composer 安装命令:
composer require moxie-lean/wp-metadata
包简介
Generate metadata for your pages.
关键字:
README 文档
README
A suite of useful functions for your WordPress theme
Getting Started
The easiest way to install this package is by using composer from your terminal:
composer require moxie-lean/wp-utils --save
Or by adding the following lines on your composer.json file
"require": {
"moxie-lean/wp-utils": "dev-master"
}
This will download the files from the packagelist site and set you up with the latest version located on master branch of the repository.
After that you can include the autoload.php file in order to
be able to autoload the class during the object creation.
include '/vendor/autoload.php';
Usage
统计信息
- 总下载量: 1.58k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-05-31