";
}
function add_asrvcodecss()
{
echo "";
}
function checklogin_asrvcode()
{
if(get_option('asrverifycode_wplogin'))
{
if(!empty($_POST['log']))
{
if ($_SESSION['asr_verifycode'] !== $_POST['asrvcode'])
{
die("Verify Code is error
\nBack");
}
}
}
}
function showinlogin_asrvcode()
{
if(get_option('asrverifycode_wplogin'))
{
echo "\n
\n"; echo ""; echo "
\n"; } } function show_asrvcode(){ if(get_option('asrverifycode_comment')) { add_prototype(); echo "\n"; } } function check_asrvcode($commentdata){ if(get_option('asrverifycode_comment')) { if ($_SESSION['asr_verifycode'] !== $_POST['asrvcode']) { die(__('' . sprintf( __('Asr Verify Code is disabled. Please go to the plugin admin page to enable it.', 'asr_verify_code' ), admin_url( 'options-general.php?page=asr_verify_code' ) ) . '
'; } } ?>