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::get_completed_runs()
get_completed_runs
Return Return
(void)
Source Source
File: src/core/classes/class-usage-reports.php
public function get_completed_runs() { return absint( get_option( self::RECIPE_COUNT_OPTION, Automator()->get->total_completed_runs() ) ); }
Expand full source code Collapse full source code View on Github