This action is to check the IP during login on site if that has been blocked on-site.
do_action('pg_blocked_user_ip',$args);
$args is an array containing the IPs to be blocked on site.
This action is to check the IP during login on site if that has been blocked on-site.
do_action('pg_blocked_user_ip',$args);
$args is an array containing the IPs to be blocked on site.