Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swashcap/sc-theme-update
A WordPress updater client/server for your custom theme
https://github.com/swashcap/sc-theme-update
Last synced: 5 days ago
JSON representation
A WordPress updater client/server for your custom theme
- Host: GitHub
- URL: https://github.com/swashcap/sc-theme-update
- Owner: swashcap
- License: gpl-2.0
- Created: 2015-01-02T01:13:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-02T01:44:37.000Z (almost 10 years ago)
- Last Synced: 2023-04-01T03:29:02.764Z (over 1 year ago)
- Language: PHP
- Size: 156 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WP Theme Updater
If you have cURL installed, you can test the server with a request:
```shell
curl http://yoursite.com/path/to/update/server/ --user-agent 'WordPress 4.1; http://mysite.com' --data 'request={"version":"1.0.0"}' --request POST
```