BoothItemMetabox
in package
Metabox for managing booth item meta (type/status/topics/links).
Table of Contents
Methods
- addBoxes() : void
- Add booth item details metabox.
- register() : void
- Register metabox and save handler.
- render() : void
- Render metabox UI.
- save() : void
- Persist booth item metabox data.
Methods
addBoxes()
Add booth item details metabox.
public
static addBoxes() : void
register()
Register metabox and save handler.
public
static register() : void
render()
Render metabox UI.
public
static render(WP_Post $post) : void
Parameters
- $post : WP_Post
save()
Persist booth item metabox data.
public
static save(int $postId, WP_Post $post) : void
Parameters
- $postId : int
- $post : WP_Post