ACF_Admin_Tool::get_urlpublicACF 5.6.3

get_url

This function will return the Tool's title

Method of the class: ACF_Admin_Tool{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ACF_Admin_Tool = new ACF_Admin_Tool();
$ACF_Admin_Tool->get_url();

Changelog

Since 5.6.3 Introduced.

ACF_Admin_Tool::get_url() code ACF 6.0.4

function get_url() {
	return acf_get_admin_tool_url( $this->name );
}