diff --git a/Puc/v4p5/Factory.php b/Puc/v4p5/Factory.php index 8710358..3f0f7ef 100644 --- a/Puc/v4p5/Factory.php +++ b/Puc/v4p5/Factory.php @@ -207,8 +207,8 @@ if ( !class_exists('Puc_v4p5_Factory', false) ): $service = $knownServices[$host]; } } - - return $service; + + return apply_filter('puc_get_vcs_service', $service, $host, $path, $metadataUrl); } /**