Warning: Array to string conversion in /mnt/data/home/502433.cloudwaysapps.com/rhbymdevka/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 808
PUM_Abstract_Batch_Process::get_current_count()
Retrieves the current, stored count of processed items.
Description Description
See also See also
- get_percentage_complete()
Warning: preg_match(): Compilation failed: invalid range in character class at offset 24 in /mnt/data/home/502433.cloudwaysapps.com/rhbymdevka/public_html/wp-content/themes/wporg-developer/inc/formatting.php on line 207
Warning: Array to string conversion in /mnt/data/home/502433.cloudwaysapps.com/rhbymdevka/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 808
Return Return
(int) Current number of processed items. Default 0.
Source Source
File: classes/Abstract/Batch/Process.php
protected function get_current_count() { return PUM_DataStorage::get( "{$this->batch_id}_current_count", 0 ); }
Expand full source code Collapse full source code View on Trac