grzegorz-jamroz/wp-extensions
Composer 安装命令:
composer require grzegorz-jamroz/wp-extensions
包简介
Library used in Rockujemy themes and plugins.
README 文档
README
Library used in Rockujemy themes and plugins.
Installation
Open console in your WordPress theme folder or plugin folder:
cd wordpress\wp-content\themes\your-theme
or
cd wordpress\wp-content\plugins\your-plugin
Run Composer to install this package in your project:
composer require grzegorz-jamroz/wp-extensions
Remember to require vendor/autoload.php file in your code to enable the class autoloading mechanism provided by Composer.
You can do it for example in the beginning of:
wordpress/wp-content/themes/your-theme/functions.php
require_once __DIR__ . '/vendor/autoload.php';
Usage
统计信息
- 总下载量: 142
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2019-12-17