NEXT craftinamerica.org. Base setup for headless wordpress https://www.craftinamerica.org
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

.styleci.yml 198B

12345678910111213
  1. preset: symfony
  2. enabled:
  3. - align_double_arrow
  4. - concat_with_spaces
  5. - ordered_use
  6. - strict
  7. disabled:
  8. - concat_without_spaces
  9. - pre_increment
  10. - unalign_double_arrow
  11. - unalign_equals