websitezcom
Forum Replies Created
-
Forum: Reviews
In reply to: [WP Mobile Detector] Mommy Goes MobileThat’s the truth!
Forum: Reviews
In reply to: [WP Mobile Detector] Super simple, but really deliversThanks for the kind words!
Forum: Reviews
In reply to: [WP Mobile Detector] Tons of mobile themes to chooseThanks for using my plugin!
Forum: Reviews
In reply to: [WP Mobile Detector] Went mobile in minutes with this pluginEarl Grey?
Thanks 😉
Forum: Reviews
In reply to: [WP Mobile Detector] HOW DO WE KILL THE EFFING ADS?Forum: Reviews
In reply to: [WP Mobile Detector] Ads addedForum: Reviews
In reply to: [WP Mobile Detector] Ads.Forum: Reviews
In reply to: [WP Mobile Detector] Awful and addsYou would need to also create a custom home page for the mobile site as well.
Forum: Plugins
In reply to: [WP Mobile Detector] W3 Total Cache & Mobile DetectorHm, it keeps reverting it to private. Not sure why.
function group_verifier($group_compare_value) {
if(function_exists(‘websitez_get_mobile_device’)){ //Check to see if the WP Mobile Detector is installed
$mobile_device = websitez_get_mobile_device(); //Returns an array with mobile detection values
if(is_array($mobile_device) && $mobile_device[‘type’] == “1” || is_array($mobile_device) && $mobile_device[‘type’] == “2”){
return true;
}
} //End WP Mobile Detector hookreturn isset($_SERVER[‘HTTP_USER_AGENT’]) && preg_match(‘~’ . $group_compare_value . ‘~i’, $_SERVER[‘HTTP_USER_AGENT’]);
}Forum: Plugins
In reply to: [WP Mobile Detector] Image TitleClosing the thread.
Closing the thread.
Forum: Plugins
In reply to: [WP Mobile Detector] [Plugin: WP Mobile Detector] Mobile device not detected.Closing the thread.
Forum: Plugins
In reply to: [WP Mobile Detector] Broken images in my WP Mobile DetectorClosing the thread.
Forum: Plugins
In reply to: [WP Mobile Detector] curl_init() undefined functionIn the next version we will be getting rid of a call to CURL in favor of WordPress’ function for this.