grid_settings['style'] .= '-masonry'; } protected function contentAllMasonry( $grid_style, $settings, $content ) { return parent::contentAll( $grid_style, $settings, $content ); } protected function contentLazyMasonry( $grid_style, $settings, $content ) { return parent::contentLazy( $grid_style, $settings, $content ); } protected function contentLoadMoreMasonry( $grid_style, $settings, $content ) { return parent::contentLoadMore( $grid_style, $settings, $content ); } }