crp_call_meta_box
Action triggered when displaying Contextual Related Posts meta box
Type: action
Since: 2.2
Source: includes/admin/class-metabox.php line 242
Parameters
| Type | Name | Description |
|---|---|---|
object | $post | Post object |
Usage
add_action( 'crp_call_meta_box', function($post) {
// ...
} );