bbp_admin_setting_callback_favorites()
Allow favorites setting field
Description Description
Source Source
File: includes/admin/settings.php
function bbp_admin_setting_callback_favorites() { ?> <input name="_bbp_enable_favorites" id="_bbp_enable_favorites" type="checkbox" value="1" <?php checked( bbp_is_favorites_active( true ) ); bbp_maybe_admin_setting_disabled( '_bbp_enable_favorites' ); ?> /> <label for="_bbp_enable_favorites"><?php esc_html_e( 'Allow users to mark topics as favorites', 'bbpress' ); ?></label> <?php }
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |