jetpack_tiled_gallery_shortcode_redefined, $redefined
jetpack_tiled_gallery_shortcode_redefined, $redefined
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_tiled_gallery_shortcode_redefined, $redefined') is found 1 times:
- /modules/tiled-gallery/tiled-gallery.php line 278
* @since 3.1.0 * * @param bool $redefined Does another plugin or theme already redefines the default WordPress gallery? */ return apply_filters( 'jetpack_tiled_gallery_shortcode_redefined', $redefined ); } /** * Initialize the tiled gallery. */ public static function init() {