Snippets

Crumina Team Custom code in site head tag

Created by Alexandr Kostyrka
1
2
3
4
5
6
7
8


function _prefix_my_custom_code_in_head() { ?>
    <!-- Your code must be placed here -->
<?php }

// Add hook for front-end <head></head>
add_action('wp_head', '_prefix_my_custom_code_in_head');

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.