久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      WordPress如何判斷瀏覽器

      下面由WordPress教程欄目給大家介紹WordPress如何判斷瀏覽器,希望對需要的朋友有所幫助!

      WordPress如何判斷瀏覽器

      目前大部分主題模板對已淘汰的IE支持不好,影響體驗(yàn),可以利用WordPress提供的變量,判斷訪問者用瀏覽器,然后提醒用戶升級瀏覽器。

      比如在主題模板適當(dāng)位置添加:

      <?php global $is_IE; if ($is_IE) { echo '您正在使用不安全的IE瀏覽器,請使用現(xiàn)代瀏覽器,瀏覽本站,以獲得最佳體驗(yàn)!'; } ?>

      當(dāng)有人用IE訪問網(wǎng)頁時(shí),顯示提示信息,用IE訪問WP后臺時(shí)也會有類似提示。

      如果想針對其它瀏覽器,可以參照下面的變量,以此類推。

      $is_iphone (boolean) iPhone Safari $is_chrome (boolean) Google Chrome $is_safari (boolean) Safari $is_NS4 (boolean) Netscape 4 $is_opera (boolean) Opera $is_macIE (boolean) Mac Internet Explorer $is_winIE (boolean) Windows Internet Explorer $is_gecko (boolean) FireFox $is_lynx (boolean) $is_IE (boolean) Internet Explorer $is_edge (boolean) Microsoft Edge

      源碼:https://codex.wordpress.org/Global_Variables

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號-2    滬公網(wǎng)安備31011702889846號