Wordpress Global Variables Tutorial for beginners from scratch (Part#3) | Browser Detection globals
In this video session we have discussed about Types: ============== 1. Site Globals 2. Admin Globals 3. Browser Detection Globals 4. Web Server Detection Globals 5. Version Variables Globals Some others which are not in category we will discuss... Browser Detection Globals ================== $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 Example: ============ if ($is_chrome) { echo "We have used in Chrome"; } elseif ($is_gecko) { echo "This is Firefox."; } else { echo "Broswer detection failed"; } SOCIAL : =============== Subscribe : https://www.youtube.com/channel/UCB2flCo-gW6RhpVVXySqcMg FACEBOOK : https://www.facebook.com/onlinewebtutorhub/ TWITTER: https://twitter.com/owthub BLOG: https://onlinewebtutorhub.blogspot.in/ Other Tutorials =============== Wordpress Customizations: --------------------------------- Wordpress Theme (Hindi): https://goo.gl/MZ8maF Wordpress Widget (Hindi): https://goo.gl/Dc2htn Wordpress Plugin (English): https://goo.gl/BA7dYG Wordpress Theme Options (English): https://goo.gl/Vjv3Ub Wordpress JSON Rest API (English): https://goo.gl/SVQRQR Wordpress JSON Rest API (Hindi): https://goo.gl/NNWfKa and many more... Javascript framework: ---------------------------------- Learn backbone.js here! (English) : https://goo.gl/Qd2Pcs Learn Vue JS here ! (Hindi): https://goo.gl/MVtsmh PHP Frameworks: ---------------------------------- Laravel tutorial (Hindi): https://goo.gl/Nh9qJk CakePHP tutorial (Hindi): https://goo.gl/uRsS3G Tags =================== wordpress global variables basics, wordpress global variables tutorials, beginner wordpress global variables tutorial, learn wordpress global variables, complete wordpress global variables tutorials for beginners, wordpress global variables from scratch, learn wordpress global variables from scratch, wordpress global variables basics tutorial, learn wordpress global variables step by step, wordpress global variables tutorials for beginners, wordpress global variables online web tutor, wordpress global variables tutorials step by step, global variables in wordpress, wordpress globals Thanks Online Web Tutor Keep learning and Sharing :)
Download
1 formatsVideo Formats
Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.