'' ]; } public function render( $attributes, $content ) { $blockId = $attributes['blockId']; echo '
'; $this->views( 'widgets/author' ); echo '
'; } public function view_params() { return []; } }