acf_admin_tools::get_tools
get_tools
This function will return an array of all tools
Method of the class: acf_admin_tools{}
No Hooks.
Returns
Array.
Usage
$acf_admin_tools = new acf_admin_tools(); $acf_admin_tools->get_tools();
Changelog
| Since 5.6.3 | Introduced. |
acf_admin_tools::get_tools() acf admin tools::get tools code ACF 6.0.4
function get_tools() {
return $this->tools;
}