akismet_request_failure, $response
akismet_request_failure, $response
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('akismet_request_failure, $response') is found 1 times:
- /wp-content/plugins/akismet/class.akismet.php line 1869
} } 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.