wzio_memory_multiplier
Filter the multiplier applied to the estimated bitmap size.
Type: filter
Since: 1.0.0
Source: includes/util/class-helpers.php line 263
Parameters
| Type | Name | Description |
|---|---|---|
float |
$multiplier |
Multiplier applied to width * height * 4 bytes. |
Usage
add_filter( 'wzio_memory_multiplier', function($multiplier) {
// ...
return $multiplier;
} );