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
- Introduced in Jetpack 5.5.0
How to use this hook
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' );