beans_post_image_edit

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

NameTypeDescription
$editboolTrue to use Beans Image API to handle the image edition (resize), false to let the_post_thumbnail() taking care of it. Default true.