LLMS_Abstract_Exportable_Admin_Table::is_export_locked()
Determine if the table is currently locked due to export generation.
Return Return
(bool)
Source Source
File: includes/abstracts/llms.abstract.exportable.admin.table.php
public function is_export_locked() { return llms()->processors()->get( 'table_to_csv' )->is_table_locked( $this->get_export_lock_key() ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.28.0 | Introduced. |