Esempio n. 1
0
function akismet_check_key_status($key, $ip = null)
{
    _deprecated_function(__FUNCTION__, '3.0', 'Akismet::check_key_status()');
    return Akismet::check_key_status($key, $ip);
}
Esempio n. 2
0
function akismet_check_key_status($key, $ip = null)
{
    return Akismet::check_key_status($key, $ip);
}