BoothMetabox
in package
Metabox for editing booth meta fields (owner, topics, editors, status).
Table of Contents
Methods
- addBoxes() : void
- Add the booth details metabox.
- register() : void
- Register metabox and save handler.
- render() : void
- Render booth details metabox content.
- save() : void
- Persist booth metabox data.
Methods
addBoxes()
Add the booth details metabox.
public
static addBoxes() : void
register()
Register metabox and save handler.
public
static register() : void
render()
Render booth details metabox content.
public
static render(WP_Post $post) : void
Parameters
- $post : WP_Post
save()
Persist booth metabox data.
public
static save(int $postId, WP_Post $post) : void
Parameters
- $postId : int
- $post : WP_Post