WC_Admin_Status::get_tools()
Get tools.
{} It's a method of the class: WC_Admin_Status{}
No Hooks.
Return
Array
. of tools
Usage
$result = WC_Admin_Status::get_tools();
Code of WC_Admin_Status::get_tools() WC Admin Status::get tools WC 6.7.0
public static function get_tools() { $tools_controller = new WC_REST_System_Status_Tools_Controller(); return $tools_controller->get_tools(); }