Meta_Box
- Full name:
\BigCommerce\Meta_Boxes\Meta_Box - This class is an Abstract class
Methods
register
public register(): voidget_name
protected get_name(): string- This method is abstract.
Return Value:
The unique identifier for the metabox
get_title
protected get_title(): string- This method is abstract.
Return Value:
The title of the metabox
render
Render the metabox contents
public render(object $object): void- This method is abstract.
Parameters:
| Parameter | Type | Description |
|---|---|---|
$object | object |
get_screen
protected get_screen(): string|array|nullReturn Value:
The screens on which to display the metabox
get_context
protected get_context(): stringReturn Value:
One of ‘normal’, ‘side’, or ‘advanced’
get_priority
protected get_priority(): stringReturn Value:
One of ‘high’, ‘core’, ‘default’, ‘low’
get_callback_args
protected get_callback_args(): null|arrayReturn Value:
Additional args to pass to the render callback
Automatically generated on 2025-01-21