Filter the arguments used by beans_edit_image() to edit the post small image.
The small image is only used for screens equal or smaller than the image width set, which is 480px by default.
apply_filters( 'beans_edit_post_image_small_args', bool|array $edit_args )
Return: (void)
Parameters
Name | Type | Description |
---|---|---|
$edit_args | bool|array | Arguments used by beans_edit_image(). Set to false to use WordPress small size. |