Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bigdigital/7ce3ceff0c7c44782cdd78cf5684b81e to your computer and use it in GitHub Desktop.
Save bigdigital/7ce3ceff0c7c44782cdd78cf5684b81e to your computer and use it in GitHub Desktop.
The7 change address bar color (since The7 6.2.0)
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