filter

jetpack_force_enable_gallery_widget

Allow the Gallery Widget to be enabled even when Core supports the Media Gallery Widget

Parameters

false
bool

Whether to force-enable the gallery widget

Changelog

How to use this hook

See “How to use actions and filters to customize Jetpack”.

Notes

You can use this filter to always use the old Jetpack Gallery Widget instead of the new Gallery Widget added to WordPress in version 4.9.
add_filter( 'jetpack_force_enable_gallery_widget', '__return_true' );