You are here: Home > Sitemap
Scroll to top
add_filter('avf_markup_helper_attributes', 'avf_markup_helper_attributes_modified', 10, 2);
function avf_markup_helper_attributes_modified($attributes, $args) {
if($args['context'] == 'image') {
$attributes['itemprop'] = 'image';
}
return $attributes;
}