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.
1 parent 90a6820 commit 6b1ae9fCopy full SHA for 6b1ae9f
Plugin.php
@@ -87,7 +87,7 @@ public static function replace($content, $class, $string)
87
88
$html_string = is_null($string) ? $content : $string;
89
90
- if( $class->is('index') ){
+ if( $class->is('index') || $class->is('search')){
91
return $html_string;
92
}
93
0 commit comments