This file contains 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 | |
/** | |
* This is a simple schema markup used for WordPress theme. | |
* You can control with WordPress conditional tags. | |
* | |
* Example: | |
* <body <?php starter_body_markup(); ?>> | |
*/ | |
function starter_head_markup() { |