Filter by type:
Search
Skip to content
Browse: Home / Functions / astra_head_top()

astra_head_top()

HTML <head> hooks


Description

$astra_supports[] = ‘head’;


Source

File: inc/core/theme-hooks.php

function astra_head_top() {
	do_action( 'astra_head_top' );
}

Expand full source code Collapse full source code View on Trac


User Contributed Notes

You must log in before being able to contribute a note or feedback.