My variable is defined as fallows:
$("figure.entry-featured-media-boxed").each(function () {
var a_href = $(this).find('a').attr('href');
});
And i want to populate the content from the meta with name : fbimg
<meta property="og:image" name="fbimg" content="" />
Can this be done ?
Thanks