beans_edit_post_image_small_args

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

NameTypeDescription
$edit_argsbool|arrayArguments used by beans_edit_image(). Set to false to use WordPress small size.