pop-wp-schema/block-content-parser 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

pop-wp-schema/block-content-parser

最新稳定版本:16.0.1

Composer 安装命令:

composer require pop-wp-schema/block-content-parser

包简介

Parse a custom post and retrieve the content from its (Gutenberg) blocks

README 文档

README

Parse a custom post and retrieve the content from its (Gutenberg) blocks.

This package is based on project Automattic/vip-block-data-api.

We want to express our most sincere thanks to the awesome team who created that project and released it under GPL 3.0 license ❤️.

Install

Via Composer

composer require pop-wp-schema/block-content-parser

Development

The source code is hosted on the GatoGraphQL monorepo, under WPSchema/packages/block-content-parser.

Usage

Initialize the component:

\PoP\Root\App::stockAndInitializeModuleClasses([([
    \PoPWPSchema\BlockContentParser\Module::class,
]);

Standards

PSR-1, PSR-4 and PSR-12.

To check the coding standards via PHP CodeSniffer, run:

composer check-style

To automatically fix issues, run:

composer fix-style

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

To execute PHPUnit, run:

composer test

Report issues

To report a bug or request a new feature please do it on the GatoGraphQL monorepo issue tracker.

Contributing

We welcome contributions for this package on the GatoGraphQL monorepo (where the source code for this package is hosted).

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please email leo@getpop.org instead of using the issue tracker.

Credits

License

GNU General Public License v2 (or later). Please see License File for more information.

统计信息

  • 总下载量: 4
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2023-06-07