Recent

wzkb_github_post_pushactionPro only

wzkb_github_post_push

Fires after a KB article has been successfully pushed to GitHub.

Type: action
Since: 3.1.0
Source: includes/github/class-push-handler.php line 208

Parameters

Type Name Description
int $post_id Post ID.
array $response GitHub API response.

Usage

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