[$this, 'renderCallback'], ] ); } /** * Returns Progress Bar block markup * * @since 2.9.0 **/ public function renderCallback($attributes, $content) { $multiFormGoal = new MultiFormGoal( [ 'innerBlocks' => $content, ] ); return $multiFormGoal->getOutput(); } }