akismet_request_failure

akismet_request_failure

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('akismet_request_failure') is found 1 times:

  • /wp-content/plugins/akismet/class.akismet.php line 1512
    1508
    1509
    1510
    1511
    1512
    1513
    1514
    1515
    1516
    1517
    1518
        }
    }
     
    if ( is_wp_error( $response ) ) {
        do_action( 'akismet_request_failure', $response );
     
        return array( '', '' );
    }
     
    if ( $ssl_failed ) {
        // The request failed when using SSL but succeeded without it. Disable SSL for future requests.