jetpack_tiled_gallery_partial, __DIR__ . /templates/partials/$name.php, $name, $context

jetpack_tiled_gallery_partial, __DIR__ . /templates/partials/$name.php, $name, $context

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_tiled_gallery_partial, __DIR__ . /templates/partials/$name.php, $name, $context') is found 1 times:

  • /modules/tiled-gallery/tiled-gallery/tiled-gallery-layout.php line 159
    		 * @param string $path Partial path.
    		 * @param string $path Partial name.
    		 * @param array $context Context array passed to the partial.
    		 */
    		require apply_filters( 'jetpack_tiled_gallery_partial', __DIR__ . "/templates/partials/$name.php", $name, $context );
    	}
    
    	/**
    	 * Get extra container data.
    	 */
    	protected function get_container_extra_data() {