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: ''


Top ↑

Return Return

(bool)


Top ↑

Source Source

File: includes/admin/classes/class-bbp-converter-base.php

	private function update_query( $query = '' ) {
		return update_option( '_bbp_converter_query', $query );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.