Recent

tptn_call_meta_box action

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

TypeNameDescription
object$postPost object

Usage

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