Skip to content

Commit

Permalink
Fixes cedaro#187, allow users to extend package data.
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsdeBlaauw committed Aug 30, 2022
1 parent aca4948 commit 5c0f83b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Transformer/ComposerRepositoryTransformer.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ protected function transform_item( Package $package ): array {
}
}

$data = apply_filters( 'satispress_package_repository_item', $data, $package );
return $data;
}
}

0 comments on commit 5c0f83b

Please sign in to comment.