Skip to content

puc_get_vcs_service

github-actions[bot] edited this page Jun 25, 2026 · 1 revision

Auto-generated Example

add_filter(
   'puc_get_vcs_service',
    function(
        $service,
        $host,
        $path,
        $metadataUrl
    ) {
        // Your code here.
        return $service;
    },
    10,
    4
);

Parameters

  • $service
  • $host
  • $path
  • $metadataUrl

Files

apply_filters('puc_get_vcs_service', $service, $host, $path, $metadataUrl)

← All Hooks

Clone this wiki locally