BBP_Converter::process_callback()
Callback processor
Description Description
Source Source
File: includes/admin/classes/class-bbp-converter.php
public function process_callback() {
// Ready the converter
$this->check_access();
$this->maybe_set_memory();
$this->maybe_restart();
$this->setup_options();
$this->maybe_update_options();
// Bail if no converter
if ( ! empty( $this->converter ) ) {
$this->do_steps();
}
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.1.0 | Introduced. |