Thanks for the quick reply Steve S.. You can disregard the question above. I was referring to the script that powers Replo pages, sections, and product templates
{% if request.page_type == "page" and page.metafields.replo.page_featured_image != blank %}
<meta property="og:image" content="{{ page.metafields.replo.page_featured_image }}"/>
<meta property="og:image:secure_url" content="{{ page.metafields.replo.page_featured_image }}"/>
<meta property="twitter:image" content="{{ page.metafields.replo.page_featured_image }}"/>
{% endif %}
{% if request.page_type == "page" and page.metafields.replo.before_head_end_content != blank %}
{{ page.metafields.replo.before_head_end_content }}
{% endif %}It looks like it exclusively does load exclusively on pages even though it is loaded into the global theme header.