bbp_akismet_submit_

bbp_akismet_submit_

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_akismet_submit_') is found 1 times:

  • /includes/extend/akismet.php line 418
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
    424
                    break;
            }
        }
     
        do_action( 'bbp_akismet_submit_' . $request_type . '_post', $post_id, $post_data['bbp_akismet_result'] );
    }
     
    /**
     * Ping Akismet service and check for spam/ham response
     *
     * @since 2.0.0 bbPress (r3277)