Created
March 2, 2018 13:43
-
-
Save bigdigital/7ce3ceff0c7c44782cdd78cf5684b81e to your computer and use it in GitHub Desktop.
The7 change address bar color (since The7 6.2.0)
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
function presscore_theme_color_meta() { | |
$color = '#fff'; | |
printf( '<meta name="theme-color" content="%s"/>', $color ); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment