I just looked at the php file, and I realised I actually updated the plugin too. The line is now
if (self::$options[‘inline’] != true) :
echo “<link rel=’stylesheet’ id=’a5-custom-login-css’ href='”.get_bloginfo(‘url’).”/?clpfile=css&ver=”.self::$options[‘version’].”‘ type=’text/css’ media=’all’ />\r\n”;
else :
echo “\r\n<style>\r\n”.$this->clp_get_the_style().”\r\n</style>\r\n”;
endif;
}
with both but its not working and this time even after logged in, it didn’t show too.