You’ve probably noticed the new icons in the WordPress Plugin Directory listings. Those icons will also be available in WordPress 4.0, in the newly redesigned plugin installer. At this time, by default, those icons are automatically generated for plugins having […]
PHP parse_url fix: Unable to Parse URL
On PHP versions prior to PHP 5.3.3, the parse_url function generates warnings when dealing with invalid URLs. Since this function should return FALSE when having a seriously malformed URL as an argument, a quick solution is to suppress warnings by […]