LLMS_Abstract_Exportable_Admin_Table::is_export_locked()

Determine if the table is currently locked due to export generation.


Return Return

(bool)


Top ↑

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() );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.28.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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