bbp_converter_setting_callback_rows()
Edit Rows Limit setting field
Description Description
Source Source
File: includes/admin/settings.php
function bbp_converter_setting_callback_rows() { ?> <input name="_bbp_converter_rows" id="_bbp_converter_rows" type="number" min="1" max="5000" value="<?php bbp_form_option( '_bbp_converter_rows', '100' ); ?>" <?php bbp_maybe_admin_setting_disabled( '_bbp_converter_rows' ); ?> /> <label for="_bbp_converter_rows"><?php esc_html_e( 'entry maximum when querying for data to convert', 'bbpress' ); ?></label> <p class="description"><?php esc_html_e( 'Keep this low if you experience out-of-memory issues.', 'bbpress' ); ?></p> <?php }
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |