bbp_admin_setting_callback_include_root()
Include root slug setting field
Description Description
Source Source
File: includes/admin/settings.php
function bbp_admin_setting_callback_include_root() { ?> <input name="_bbp_include_root" id="_bbp_include_root" type="checkbox" value="1" <?php checked( bbp_include_root_slug() ); bbp_maybe_admin_setting_disabled( '_bbp_include_root' ); ?> /> <label for="_bbp_include_root"><?php esc_html_e( 'Prefix all forum content with the Forum Root slug (Recommended)', 'bbpress' ); ?></label> <?php }
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |