Recent

crp_save_meta_box action

crp_save_meta_box

Action triggered when saving Contextual Related Posts meta box settings

Type: action
Since: 2.2
Source: includes/admin/class-metabox.php line 363

Parameters

TypeNameDescription
int$post_idPost ID

Usage

add_action( 'crp_save_meta_box', function($post_id) {
    // ...
} );