bbp_admin_setting_callback_root_slug_section()
Slugs settings section description for the settings page
Description
Source
File: bp-forums/admin/settings.php
function bbp_admin_setting_callback_root_slug_section() {
// Flush rewrite rules when this section is saved
if ( isset( $_GET['edited'] ) && isset( $_GET['page'] ) )
flush_rewrite_rules(); ?>
<p><?php esc_html_e( 'Customize your Forums directory. Use Shortcodes for more flexibility.', 'buddyboss' ); ?></p>
<?php
}
Changelog
| Version | Description |
|---|---|
| bbPress (r2786) | 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.