Recent

wherego_save_meta_boxaction

wherego_save_meta_box

Action triggered when saving meta box settings.

Type: action
Since: 3.0.0
Source: includes/admin/class-metabox.php line 180

Parameters

Type Name Description
int $post_id Post ID

Usage

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