diff --git a/assets/template.php b/assets/template.php index 216d6ed..47e23ce 100644 --- a/assets/template.php +++ b/assets/template.php @@ -26,7 +26,7 @@ foreach ( $this->list as $item ) : - $list_li_classes = hogan_classnames( 'hogan-links-item', apply_filters( 'hogan/module/links/list_li_classes', [], $item, $this, $item_counter ) ); + $list_li_classes = hogan_classnames( apply_filters( 'hogan/module/links/list_li_classes', [ 'hogan-links-item' ], $item, $this, $item_counter ) ); ?>