bbp_admin_setting_callback_akismet()
Allow Akismet setting field
Description
Source
File: bp-forums/admin/settings.php
1186 1187 1188 1189 1190 1191 1192 1193 | function bbp_admin_setting_callback_akismet() { ?> <input name= "_bbp_enable_akismet" id= "_bbp_enable_akismet" type= "checkbox" value= "1" <?php checked( bbp_is_akismet_active( true ) ); bbp_maybe_admin_setting_disabled( '_bbp_enable_akismet' ); ?> /> <label for = "_bbp_enable_akismet" ><?php esc_html_e( 'Allow Akismet to actively prevent forum spam.' , 'buddyboss' ); ?></label> <?php } |
Changelog
Version | Description |
---|---|
bbPress (r3575) | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.