bbp_admin_setting_callback_user_section
User settings section description for the settings page.
Description
bbp_admin_setting_callback_user_section();
Usage
if ( !function_exists( 'bbp_admin_setting_callback_user_section' ) ) { require_once ABSPATH . PLUGINDIR . 'bbpress/includes/admin/settings.php'; } // NOTICE! Understand what this does before running. $result = bbp_admin_setting_callback_user_section();
Defined (1)
The function is defined in the following location(s).
- /includes/admin/settings.php
- function bbp_admin_setting_callback_user_section() {
- ?>
- <p><?php esc_html_e( 'Setting time limits and other user posting capabilities', bbpress ); ?></p>
- <?php