__( 'See which items to add to your menu.', 'userfeedback-lite' ) ); } /** * @inheritdoc * * @return array */ public function get_config() { return array( 'questions' => array( array( 'type' => 'long-text', 'title' => __( 'What items should we add to our menu? ', 'userfeedback-lite' ), ), ), ); } }