Action - Head

This is where any content that should be in the <head> tag goes (OG or meta data, for example).

Example:

add_action('head', function() { ?>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
...
<?php });
view raw action-head.php hosted with ❤ by GitHub