Skip to content

Commit

Permalink
FIX: change args for apply_filters_deprecated in posts & terms query
Browse files Browse the repository at this point in the history
  • Loading branch information
girafffee committed Feb 7, 2024
1 parent 40d224d commit d487bbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/option-query/posts-query.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ public function fetch(): \Generator {
apply_filters_deprecated(
'jet-form-builder/render-choice/query-options/posts',
array( $this->get_query_params(), $this->get_settings() ),
'3.3.0',
'jet-form-builder/option-query/before-fetch'
'3.3.1',
'jet-form-builder/option-query/set-in-block'
)
);

Expand Down
4 changes: 2 additions & 2 deletions modules/option-query/terms-query.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ public function fetch(): \Generator {
apply_filters_deprecated(
'jet-form-builder/render-choice/query-options/terms',
array( $this->get_query_params(), $this->get_settings() ),
'3.3.0',
'jet-form-builder/option-query/before-fetch'
'3.3.1',
'jet-form-builder/option-query/set-in-block'
)
);

Expand Down

0 comments on commit d487bbc

Please sign in to comment.