LLMS_Processor_Table_To_Csv::is_table_locked( string] $key )
Determine if the table is currently locked
Description Description
Parameters Parameters
- $key
-
(string]) (Required) table lock key
Return Return
(bool)
Source Source
File: includes/processors/class.llms.processor.table.to.csv.php
public function is_table_locked( $key ) { return in_array( $key, $this->get_data( 'locked_tables', array() ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.15.0 | Introduced. |