lipemat/wordpress-libs
Composer 安装命令:
composer require lipemat/wordpress-libs
包简介
A WordPress library for supporting a core plugin and theme
README 文档
README
WordPress library which supports a core plugin and theme.
Documentation
Full module documentation is published at lipemat.github.io/wordpress-libs.
Browse the Modules index for a complete list of fluent builders, traits, and helpers, including:
- API — rewrite endpoints, route resolution, remote requests, and ZIP responses.
- Args — reusable fluent-args and nested-clause building blocks.
- Blocks — block registration, attributes, and
supportsbuilders. - CMB2 — meta box, field, group, options page, and variation wrappers for CMB2.
- Comment — comment object helpers and comment query/update builders.
- Container — singleton container, factory, and hook bootstrap helpers.
- Cron — recurring and one-time cron orchestration.
- Db — contracts and helpers for custom tables.
- Libs — internal asset handles for library-owned CSS and JS.
- Menu —
wp_nav_menu()args and nav-menu-item wrappers. - Meta — meta registration, translation, validation, and classic meta boxes.
- Network — multisite network wrapper trait.
- Post Type — custom post types, labels, capabilities, and admin-list integrations.
- Query — query builders for posts plus date/meta/tax clauses.
- REST API — route registration, argument schema, and resource schema builders.
- Settings —
register_setting()wrappers and settings page composition. - Site — multisite site wrapper trait.
- Taxonomy — taxonomy registration, labels, admin menu/meta-box utilities, and term queries.
- Theme — resource loading, manifests, templates, CSS modules, and sidebar helpers.
- Traits — memoization, singleton, and version helpers.
- User — user object helpers, user queries, updates, and login form args.
- Util — arrays, cache, colors, cryptography, files, logging, strings, URLs, and version helpers.
Installation
composer require lipemat/wordpress-libs
Usage
require __DIR__ . '/vendor/autoload.php'
Changelog
Found in releases (non exhaustive)
统计信息
- 总下载量: 8.42k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 8
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-11-29