Warning: Array to string conversion in /home/customer/www/docs.automatorplugin.com/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 825
Usage_Reports::report_is_ongoing()
report_is_ongoing
Contents
Description Description
Prevents duplicated reports or sending a report when another one failed recently
Return Return
(bool)
Source Source
File: src/core/classes/class-usage-reports.php
public function report_is_ongoing() { return get_transient( self::ONGOING_REPORT_OPTION ); }
Expand full source code Collapse full source code View on Github