Skip to content

Commit

Permalink
hook name changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 committed Sep 17, 2020
1 parent 9ea3064 commit 0d9bc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/class-query.php
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ public function query( $args ) {
*
* @return string
*/
$where = apply_filters( 'wp_stream_db_query', $where );
$where = apply_filters( 'wp_stream_db_query_where', $where );

/**
* BUILD THE FINAL QUERY
Expand Down

0 comments on commit 0d9bc09

Please sign in to comment.