__( 'See what users think about your website.', 'userfeedback-lite' ) ); } /** * @inheritdoc * * @return array */ public function get_config() { return array( 'questions' => array( array( 'type' => 'long-text', 'title' => __( 'What can we do to improve this website?', 'userfeedback-lite' ), ), ), ); } }