akismet_request_failure

akismet_request_failure

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('akismet_request_failure') is found 1 times:

  • /wp-content/plugins/akismet/class.akismet.php line 1414
    			}
    		}
    
    		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.