wzkb_github_export_tree_payload_bytes
Filters the maximum size of a GitHub tree payload.
Type: filter
Since: 3.1.3
Source: includes/pro/github/class-export-wizard.php line 1405
Parameters
| Type | Name | Description |
|---|---|---|
int |
$payload_bytes |
Maximum payload size in bytes. |
Usage
add_filter( 'wzkb_github_export_tree_payload_bytes', function($payload_bytes) {
// ...
return $payload_bytes;
} );