09/05/2018 at 12:12 pm
#471673
Keymaster
@ Wayne
The URL is fetch within this function a little further down. At about line 284, you’ll find a call to this->getImageMeta()
with an array of option. Again a little further down on line 311. One of these two will be fetching the logo meta which includes it’s URL. The getImageMeta()
function is in the class.entry-data.php
file.
Hope this helps. Let me know what you learn.