A helper plugin for WordPress used to power SnapWP's Headless WordPress framework.
- Overview
- System Requirements
- Getting Started
- Usage
- Features
- Reference
- Local Development & Contributing Guidelines
SnapWP Helper is a WordPress plugin that allows you to quickly install WPGraphQL extensions and manage extension updates from the WordPress dashboard.
- PHP 7.4 or higher
- WordPress 6.7 or higher
- WPGraphQL 1.28.0 or higher
- WPGraphQL Content Blocks 4.4.0 or higher
- Clone this repository to the
wp-content/plugins
directory. - Initialize the plugin by running
npm run install-local-deps
- Activate the plugin from WordPress dashboard.
Note
To build the plugin for production, run npm run build:dist && npm run plugin-zip
and then upload the generated snapwp-helper.zip
file to your WordPress site.
For more information on building the plugin, see DEVELOPMENT.md.
@todo - Add usage instructions
@todo - Add features
SnapWP Helper is a free and open-source project developed and maintained by rtCamp. We welcome and encourage contributions from the community to help improve this project.
To contribute to this project, please follow the guidelines outlined in the CONTRIBUTING.md file. To get started with local development and learn more about the project's development processes, code standards, and testing, refer to the DEVELOPMENT.md document.
This library is released under "GPL 3.0 or later" License.