wzkb_github_max_image_bytes
Maximum size in bytes for a sideloaded image. Larger files are skipped.
Type: filter
Since: 3.1.0
Source: includes/github/class-import-processor.php line 971
Parameters
| Type | Name | Description |
|---|---|---|
int | $max | Maximum image size in bytes. |
Usage
add_filter( 'wzkb_github_max_image_bytes', function($max) {
// ...
return $max;
} );