> */ public function get_tax_ids( $context = 'view' ); /** * Get the primary tax ID as a formatted scalar. * * Back-compat helper. Implementations should return the first tax_ids entry's * value, or empty string when no entries exist. * * @param string $context What the value is for. Valid values are view and edit. * * @return string */ public function get_tax_id( $context = 'view' ); }