bbp_admin_setting_callback_root_slug_section()
Slugs settings section description for the settings page
Description Description
Source Source
File: includes/admin/settings.php
function bbp_admin_setting_callback_root_slug_section() { // Flush rewrite rules when this section is saved if ( isset( $_GET['settings-updated'] ) && isset( $_GET['page'] ) ) { flush_rewrite_rules(); } ?> <p><?php esc_html_e( 'Customize your Forums root. Partner with a WordPress Page and use Shortcodes for more flexibility.', 'bbpress' ); ?></p> <?php }
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |