bbp_admin_setting_callback_features_section()
Features settings section description for the settings page
Description Description
Source Source
File: includes/admin/settings.php
function bbp_admin_setting_callback_features_section() {
?>
<p><?php esc_html_e( 'Forum features that can be toggled on and off', 'bbpress' ); ?></p>
<?php
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |