webberzone.dev Recent

wzkb_github_pre_push filter Pro only

wzkb_github_pre_push

Filter push data just before sending to GitHub.

Return the array with ‘skip’ set to true to abort the push for this article.

Type: filter
Since: 3.1.0
Source: includes/github/class-push-handler.php line 162

Parameters

TypeNameDescription
array$push_dataPush data array.

Usage

add_filter( 'wzkb_github_pre_push', function($push_data) {
    // ...
    return $push_data;
} );