We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24c3212 + e68dd6c commit f35b4f0Copy full SHA for f35b4f0
fewer-tags.php
@@ -116,7 +116,7 @@ public function redirect_tag_pages() {
116
public function filter_get_the_tags( $tags ) {
117
if ( is_array( $tags ) ) {
118
foreach ( $tags as $key => $tag ) {
119
- if ( $tag->count < $$this->min_posts_count ) {
+ if ( $tag->count < $this->min_posts_count ) {
120
unset( $tags[ $key ] );
121
}
122
0 commit comments