@since: bbPress (r3277)
Description
bbp_setup_akismet()

Loads Akismet inside the Forums global class

Source: bp-forums/core/extend.php:22

BBP_Akismet

Loads Akismet extension

Source: bp-forums/extend/akismet.php:22

BBP_Akismet::__construct()

The main bbPress Akismet loader

Source: bp-forums/extend/akismet.php:31

BBP_Akismet::setup_actions()

Setup the admin hooks

Source: bp-forums/extend/akismet.php:44

BBP_Akismet::check_post()

Converts topic/reply data into Akismet comment checking format

Source: bp-forums/extend/akismet.php:100

BBP_Akismet::submit_post()

Submit a post for spamming or hamming

Source: bp-forums/extend/akismet.php:229

BBP_Akismet::maybe_spam()

Ping Akismet service and check for spam/ham response

Source: bp-forums/extend/akismet.php:359