wzkb_github_export_fallback_blob_bytes
Filters the maximum raw file size uploaded through the blob fallback.
Type: filter
Since: 3.1.3
Source: includes/pro/github/class-export-wizard.php line 1441
Parameters
| Type | Name | Description |
|---|---|---|
int |
$blob_bytes |
Maximum file size in bytes. |
Usage
add_filter( 'wzkb_github_export_fallback_blob_bytes', function($blob_bytes) {
// ...
return $blob_bytes;
} );