Changeset 1914270
- Timestamp:
- 07/24/2018 04:25:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mobile-browser-color-select/trunk/mobile-browser-color-select.php
r1859999 r1914270 6 6 <strong>no professional experince required</strong> 7 7 dont forget to rate and share ♥ 8 Version: 1.0. 08 Version: 1.0.1 9 9 Author: www.script.co.il 10 10 Author URI: https://www.script.co.il/ … … 72 72 public function front_output_markup(){ 73 73 add_action('wp_head', function(){ 74 echo '<meta name="theme-color" content="' . $this->color . '">'; 74 echo '<!-- Chrome, Firefox OS and Opera --> 75 <meta name="theme-color" content="' . $this->color . '"> 76 <!-- Windows Phone --> 77 <meta name="msapplication-navbutton-color" content="' . $this->color . '"> 78 <!-- iOS Safari --> 79 <meta name="apple-mobile-web-app-capable" content="yes"> 80 <meta name="apple-mobile-web-app-status-bar-style" content="' . $this->color . '">'; 75 81 }); 76 82 }
Note: See TracChangeset
for help on using the changeset viewer.