Inject code to the Header
Add custom code to WordPress header
function custom_code() { return '<!-- some code -->'; } add_action( 'wp_head', 'custom_code' );
Add custom code to WordPress header
function custom_code() { return '<!-- some code -->'; } add_action( 'wp_head', 'custom_code' );