creativecommons / creativecommons/creativecommons-base

Re-define `Post_Metabox` using conventional WordPress code

Open
#87 1 comment 0 reactions 0 assignees View on GitHub
✨ goal: improvement 🏁 status: ready for work 💻 aspect: code 🕹 aspect: interface 🛠 goal: fix good first issue 🟥 priority: critical
Dominant language
PHP
Stars
11
Forks
19
PR merge metrics
No merged PRs in 30d

Description

## Problem

The `Post_Metabox` is currently defined using the `Queulat` package.

https://github.com/creativecommons/creativecommons-base/blob/39e72523afed695b4934f5cb131b14182e684345/inc/metaboxes.php#L8

Since we have established a consensus to [deprecate the Queulat package](https://github.com/creativecommons/creativecommons-base/issues/69), we need to re-create the `Post_Metabox` using [conventional WordPress code](https://developer.wordpress.org/plugins/metadata/custom-meta-boxes/).

## Task

- [ ] Determine what fields are needed for the `Post_Metabox`
- [ ] Determine how the metadata should be processed and stored
- [ ] Re-create the `Post_Metabox` using conventional WordPress code
- [ ] determine whether a more class-name meaningful name would be useful (if applicable)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.