bbp_admin_setting_callback_super_mods()
Allow super-mods setting field
Description Description
Source Source
File: includes/admin/settings.php
function bbp_admin_setting_callback_super_mods() { ?> <input name="_bbp_allow_super_mods" id="_bbp_allow_super_mods" type="checkbox" value="1" <?php checked( bbp_allow_super_mods( false ) ); bbp_maybe_admin_setting_disabled( '_bbp_allow_super_mods' ); ?> /> <label for="_bbp_allow_super_mods"><?php esc_html_e( 'Allow moderators to edit other users', 'bbpress' ); ?></label> <?php }
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |