You are here: Home > Php 3,000,000 – Php 5,000,000
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;
}