https://github.com/10up/headstartwp-plugin
Read-only repo for HeadstartWP plugin. For Development go to https://github.com/10up/headstartwp
https://github.com/10up/headstartwp-plugin
Last synced: 5 months ago
JSON representation
Read-only repo for HeadstartWP plugin. For Development go to https://github.com/10up/headstartwp
- Host: GitHub
- URL: https://github.com/10up/headstartwp-plugin
- Owner: 10up
- License: gpl-2.0
- Created: 2022-03-21T21:25:39.000Z (almost 4 years ago)
- Default Branch: trunk
- Last Pushed: 2025-07-29T17:05:34.000Z (6 months ago)
- Last Synced: 2025-07-29T19:59:51.175Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 229 KB
- Stars: 9
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
## HeadstartWP Plugin
> All Development happens inside [@10up/headstartwp](https://github.com/10up/headstartwp). This repo is meant for the distribution of the plugin. Please head over to the main monorepo for issues and PRs.
[](#support-level) [](https://github.com/10up/headstartwp/blob/develop/wp/tenup-headless-wp/LICENSE.md)
## Installation
The recommended method for installing this plugin is via composer: `composer require headstartwp/headstartwp`.
Make sure to set up the path for installing this as a WordPress Plugin:
```json
{
"name": "your-vendor-name/your-project-name",
"require": {
"composer/installers": "^1.0",
"headstartwp/headstartwp": "^1.0.0"
},
"extra": {
"installer-paths": {
"plugins/{$name}/": ["type:wordpress-plugin"]
}
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}
```
## Support Level
**Active:** 10up is actively working on this, and we expect to continue work for the foreseeable future including keeping tested up to the most recent version of WordPress. Bug reports, feature requests, questions, and pull requests are welcome.
## Like what you see?
