acf/registered_location_type
acf/registered_location_type
Appears in: advanced-custom-fields.6.2.4
Hook Type: action
Displaying hooks found in version: advanced-custom-fields.6.2.4do_action('acf/registered_location_type') is found 1 times:
- /includes/locations.php line 53
* * @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; } /**