Automator_System_Report::get()
Return Return
(array)
Source Source
File: src/core/lib/utilities/class-automator-system-report.php
public function get() { return array( 'environment' => $this->get_environment_info(), 'database' => $this->get_database_info(), 'active_plugins' => $this->get_active_plugins(), 'inactive_plugins' => $this->get_inactive_plugins(), 'dropins_mu_plugins' => $this->get_dropins_mu_plugins(), 'theme' => $this->get_theme_info(), ); }
Expand full source code Collapse full source code View on Github