Recent

tptn_save_meta_boxaction

tptn_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 256

Parameters

Type Name Description
int $post_id Post ID

Usage

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