bbp_admin_setting_callback_per_page_section()
Per page settings section description for the settings page
Description Description
Source Source
File: includes/admin/settings.php
function bbp_admin_setting_callback_per_page_section() {
?>
<p><?php esc_html_e( 'How many topics and replies to show per page', 'bbpress' ); ?></p>
<?php
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |