- Compatible wordpress version 4.5 : Depricated function : mysql_real_escape_string. use _real_escape insted mysql_real_escape_string
PHP Deprecated: mysql_real_escape_string(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead
wpdb::_real_escape ( string $string )
- Resolved issue : PHP Strict Standards: mktime(). use the time() function instead mktime().
- Remove illegal string offset notice.