jpp_kill_login, $ip

jpp_kill_login, $ip

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('jpp_kill_login, $ip') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-waf/src/class-brute-force-protection.php line 909
    		 * @since 3.4.0
    		 *
    		 * @param string $ip IP flagged by Protect.
    		 */
    		do_action( 'jpp_kill_login', $ip );
    
    		if ( defined( 'XMLRPC_REQUEST' ) && XMLRPC_REQUEST ) {
    			// translators: variable is the IP address that was flagged.
    			$die_string = sprintf( __( 'Your IP (%1$s) has been flagged for potential security violations.', 'jetpack-waf' ), str_replace( 'http://', '', esc_url( 'http://' . $ip ) ) );
    			wp_die(
    				$die_string,