post_type = $post_type; } protected function get_meta_type() { return 'post'; } protected function get_meta_subtype() { return $this->post_type; } public function get_rest_field_type() { return $this->post_type; } }