Skip to content

Commit

Permalink
chore: restored hook registration
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed May 23, 2022
1 parent 60d6a37 commit 26ac194
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions elgg-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@
'\ColdTrick\OpenSearch\SearchHooks::searchEntities' => [],
],
],
'search_params' => [
'opensearch' => [
'\ColdTrick\OpenSearch\SearchHooks::filterProfileFields' => [],
],
],
'to:entity' => [
'opensearch' => [
'\ColdTrick\OpenSearch\SearchHooks::sourceToEntity' => [],
Expand Down

0 comments on commit 26ac194

Please sign in to comment.