-
-
Save obedparla/276c3de3047bbf0318aa4ee72912fa4f to your computer and use it in GitHub Desktop.
Add HTML after Breakdance's styles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_action('init', function() { | |
add_action( | |
'wp_head', | |
function () { | |
echo "<link rel='stylesheet' href='<url_to_stylesheet>'></link>"; | |
}, | |
1000000 + 1 | |
); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment