You appear to be a bot. Output may be restricted
Description
Add schema markup attributes for entry image element shown in a grid loop.
Usage
$array = entry_image_grid_loop( $attributes );
Parameters
- $attributes
- ( array ) required – Existing attributes for entry image element shown in a grid loop.
Returns
array Amended attributes for entry image element shown in a grid loop.
Source
File name: genesis/lib/functions/schema.php
Lines:
1 to 6 of 6
function entry_image_grid_loop( $attributes ) { $attributes['itemprop'] = 'image'; return $attributes; }