Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 1.03 KB

README.md

File metadata and controls

46 lines (39 loc) · 1.03 KB

Webaxones Core

Entity processing

« An entity is an abstraction that we consider as a reality »
Robert's dictionary

Within this library, an entity can be:

  • a Custom Post Type
  • a Custom Taxonomy
  • an ACF Option Page
  • a Native Option Page
  • a Settings group for native option pages and containing fields:
    • text
    • number
    • email
    • textarea
    • datetime-local
    • checkbox
    • toggle
    • image
    • selectData
    • section
    • repeater
  • a Block Category
  • a Block Pattern Category
  • a Block Style (PHP)
  • a Custom Role
  • a Custom Capability   
      
      
    There is a documentation on this repo.
      
      

Note  

This project is for my own use. You can fork it, but don't use it as is if you don't understand the code and don't expect anything to be maintained even though in truth I will maintain it for myself anyway.    

      PHP >=8 is required