Recent

crp_call_meta_box action

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

TypeNameDescription
object$postPost object

Usage

add_action( 'crp_call_meta_box', function($post) {
    // ...
} );