acf/registered_location_type

acf/registered_location_type

Hook Type: action

See hook in core

Displaying hooks found in version: advanced-custom-fields.5.12.2

do_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;
    }
    
    /**