jetpack_tiled_galleries_block_content, $content
jetpack_tiled_galleries_block_content, $content
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_tiled_galleries_block_content, $content') is found 1 times:
- /extensions/blocks/tiled-gallery/tiled-gallery.php line 174
* @since 6.9.0 * * @param string $content Tiled Gallery block content. */ return apply_filters( 'jetpack_tiled_galleries_block_content', $content ); } /** * Adds tabindex, role and aria-label markup for images that should be interactive (front-end only). * * @param integer $image_index Integer The current image index.