jetpack_widgets_to_include, $widgets_include
jetpack_widgets_to_include, $widgets_include
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_widgets_to_include, $widgets_include') is found 1 times:
- /modules/widgets.php line 38
* @since 2.2.1 * * @param array $widgets_include An array of widgets to be registered. */ $widgets_include = apply_filters( 'jetpack_widgets_to_include', $widgets_include ); foreach ( $widgets_include as $include ) { include_once $include; } }