wp_code = $wp_code; if ( $data ) { $this->data = $data; } } public function get_wp_code() { return $this->wp_code; } public function get_data() { return $this->data; } public function get_wp_error() { return new WP_Error( $this->wp_code, $this->getMessage(), $this->data ); } }