slug() . '"]'; $content .= '[wpupg-grid id="' . $grid->slug() . '"]'; add_filter( 'the_content', array( $this, 'content_filter' ), 10 ); } return $content; } }