creativecommons/creativecommons-base
Vedi su GitHubRe-define `Post_Metabox` using conventional WordPress code
Open
#87 aperta il 5 lug 2021
good first issue✨ goal: improvement🏁 status: ready for work💻 aspect: code🕹 aspect: interface🛠 goal: fix🟥 priority: critical
Metriche repository
- Star
- (10 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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)