Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
BBP_Converter::reset()
Reset the converter
Description Description
Source Source
File: includes/admin/classes/class-bbp-converter.php
private function reset() { update_option( '_bbp_converter_step', 0 ); update_option( '_bbp_converter_start', 0 ); update_option( '_bbp_converter_rows_in_step', 0 ); update_option( '_bbp_converter_query', '' ); }
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |