[ $this, 'render' ], ] ); } /** * Render. * * @param array $attributes Block attributes. * @param string $content Block content. * * @return string */ public function render( $attributes, $content ) { $alignment = isset( $attributes['alignment'] ) ? $attributes['alignment'] : 'left'; $copy_content = isset( $attributes['content'] ) ? $attributes['content'] : ''; ob_start(); ?>