Skip to content

Commit 6b1ae9f

Browse files
committed
exclude search
1 parent 90a6820 commit 6b1ae9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public static function replace($content, $class, $string)
8787

8888
$html_string = is_null($string) ? $content : $string;
8989

90-
if( $class->is('index') ){
90+
if( $class->is('index') || $class->is('search')){
9191
return $html_string;
9292
}
9393

0 commit comments

Comments
 (0)