NEXT craftinamerica.org. Base setup for headless wordpress https://www.craftinamerica.org
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

composer.json 515B

12345678910111213141516171819
  1. {
  2. "name": "scribu/lib-posts-to-posts",
  3. "description": "A library for many-to-many relationships in WordPress",
  4. "homepage": "https://github.com/scribu/wp-lib-posts-to-posts",
  5. "license": "GPL-2.0+",
  6. "minimum-stability": "dev",
  7. "require": {
  8. "scribu/scb-framework": "dev-master"
  9. },
  10. "autoload": {
  11. "files": ["autoload.php"]
  12. },
  13. "repositories": [
  14. {
  15. "type": "vcs",
  16. "url": "https://github.com/jeffreyvr/wp-scb-framework/"
  17. }
  18. ]
  19. }