[Plugin: BuddyPress Mobile] eregi
-
In your plugin you use the PHP5.3 deprecated function eregi.
Could you change that from let’s say :<<
if (eregi($useragent,$container)){
>> to <<
if( preg_match( strtlower( $useragent ), strtolower( $container ) ) {
>>Thanks!
Oscar Frowijnhttps://www.ads-software.com/extend/plugins/buddypress-mobile/
- The topic ‘[Plugin: BuddyPress Mobile] eregi’ is closed to new replies.