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_Base::update_query( string $query = '' )
Update the last query ran
Description Description
Parameters Parameters
- $query
-
(Optional) The literal MySQL query
Default value: ''
Return Return
(bool)
Source Source
File: includes/admin/classes/class-bbp-converter-base.php
private function update_query( $query = '' ) { return update_option( '_bbp_converter_query', $query ); }
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |