akismet_webhook_received

akismet_webhook_received

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.8

do_action('akismet_webhook_received') is found 1 times:

  • /wp-content/plugins/akismet/class.akismet-rest-api.php line 578
    574
    575
    576
    577
    578
    579
    580
    581
    582
    583
    584
             * @since 5.3.2
             *
             * @param WP_REST_Request $request The REST request object.
             */
            do_action( 'akismet_webhook_received', $request );
     
            Akismet::log( 'Done processing webhook.' );
     
            return rest_ensure_response( $response );
        }
    }