Filter whether Beans should handle the image edition (resize) or let WP do so.
apply_filters( 'beans_post_image_edit', bool $edit )
Return: (void)
Parameters
Name | Type | Description |
---|---|---|
$edit | bool | True to use Beans Image API to handle the image edition (resize), false to let the_post_thumbnail() taking care of it. Default true. |