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
| Type | Name | Description |
|---|---|---|
array | $push_data | Push data array. |
Usage
add_filter( 'wzkb_github_pre_push', function($push_data) {
// ...
return $push_data;
} );