Skip to content

Commit

Permalink
Make filtering taxonomy filter internal
Browse files Browse the repository at this point in the history
  • Loading branch information
leonidasmi committed Nov 25, 2024
1 parent 9ad483b commit bba6bd8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ public function get_custom_filtering_taxonomy( string $content_type ) {
/**
* Filter: 'wpseo_{$content_type}_filtering_taxonomy' - Allows overriding which taxonomy filters the content type.
*
* @internal
*
* @param string $filtering_taxonomy The taxonomy that filters the content type.
*/
$filtering_taxonomy = \apply_filters( "wpseo_{$content_type}_filtering_taxonomy", '' );
Expand Down

0 comments on commit bba6bd8

Please sign in to comment.