creativecommons/creativecommons-base
GitHub ã§èŠãRe-define `Post_Metabox` using conventional WordPress code
Open
#87 opened on 2021幎7æ5æ¥
good first issueâš goal: improvementð status: ready for workð» aspect: codeð¹ aspect: interfaceð goal: fixð¥ priority: critical
Repository metrics
- Stars
- Â (10 stars)
- PR merge metrics
- Â (PR metrics pending)
説æ
Problem
The Post_Metabox is currently defined using the Queulat package.
Since we have established a consensus to deprecate the Queulat package, we need to re-create the Post_Metabox using conventional WordPress code.
Task
- Determine what fields are needed for the
Post_Metabox - Determine how the metadata should be processed and stored
- Re-create the
Post_Metaboxusing conventional WordPress code - determine whether a more class-name meaningful name would be useful (if applicable)