acf/registered_location_type

acf/registered_location_type

Hook Type: action

See hook in core

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

do_action('acf/registered_location_type') is found 1 times:

  • /includes/locations.php line 55
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
         *
         * @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;
    }
     
    /**