WC_Admin_Status::get_tools()

Get tools.


Description Description


Return Return

(array) of tools


Top ↑

Source Source

File: includes/admin/class-wc-admin-status.php

	public static function get_tools() {
		$tools_controller = new WC_REST_System_Status_Tools_Controller();
		return $tools_controller->get_tools();
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.