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
cristianuibar committed Apr 15, 2024
1 parent cdb4a5f commit fd6f0d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Transformer/ComposerRepositoryTransformer.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ protected function transform_item( Package $package ): array {
}
}

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

return $data;
}
}

0 comments on commit fd6f0d0

Please sign in to comment.