logs_table_creator = $logs_table_creator; } /** * Initialize the logs table used to store the produced logs. * * @since 0.9.18 * @param bool $network_wide */ public function init($network_wide = false) { Network_Helper::for_each_blog(function() { $this->logs_table_creator->create(); }, $network_wide); } }