tptn_call_meta_box
Action triggered when displaying Top 10 meta box
Type: action
Since: 4.0.0
Source: includes/admin/class-metabox.php line 172
Parameters
| Type | Name | Description |
|---|---|---|
object | $post | Post object |
Usage
add_action( 'tptn_call_meta_box', function($post) {
// ...
} );