acf/registered_location_type
acf/registered_location_type
Appears in: advanced-custom-fields.6.3.5
Hook Type: action
Displaying hooks found in version: advanced-custom-fields.6.3.5do_action('acf/registered_location_type') is found 1 times:
- /includes/locations.php line 555152535455565758596061
*
* @param string
$name
The location type name.
* @param ACF_Location
$location_type
The location type instance.
*/
do_action(
'acf/registered_location_type'
,
$name
,
$location_type
);
// Return location type instance.
return
$location_type
;
}
/**