这段代码一直给我一个问题。这是有问题的片段:
... strip_tags($product->get_tags(array('order', 'DESC'))) ...
哪个应该从产品中生成反向字母顺序的标签列表,但是,前端会出现完全不同的内容。虽然get_tags()在没有参数的情况下工作,但只要我添加任何参数就会产生此错误。
根据评论者的建议使用此:
strip_tags($product->get_tags(array('order' => 'DESC')))
产生这个:
答案 0 :(得分:1)
如果您正在讨论display: flex
类和<ComboBox x:Name="CB1">
<ComboBoxItem>SomeItem0</ComboBoxItem>
<ComboBoxItem>SomeItem1</ComboBoxItem>
<ComboBoxItem>SomeItem2</ComboBoxItem>
<ComboBoxItem>SomeItem3</ComboBoxItem>
<ComboBoxItem>SomeItem4</ComboBoxItem>
<ComboBoxItem>SomeItem5</ComboBoxItem>
<ComboBoxItem>SomeItem6</ComboBoxItem>
<ComboBoxItem>SomeItem7</ComboBoxItem>
<ComboBoxItem>SomeItem8</ComboBoxItem>
<ComboBoxItem>SomeItem9</ComboBoxItem>
<ComboBoxItem>SomeItem10</ComboBoxItem>
<ComboBoxItem>SomeItem11</ComboBoxItem>
<ComboBoxItem>SomeItem12</ComboBoxItem>
<ComboBoxItem>SomeItem13</ComboBoxItem>
<ComboBoxItem>SomeItem14</ComboBoxItem>
<ComboBoxItem>SomeItem15</ComboBoxItem>
<ComboBoxItem>SomeItem16</ComboBoxItem>
<ComboBoxItem>SomeItem17</ComboBoxItem>
<ComboBoxItem>SomeItem18</ComboBoxItem>
<ComboBoxItem>SomeItem19</ComboBoxItem>
<ComboBoxItem>SomeItem20</ComboBoxItem>
<ComboBox>
<ComboBox x:Name="CB2">
<!--Same Items as above-->
<ComboBox>
<ComboBox x:Name="CB">
<!--Same Items as above-->
<ComboBox>
.
.
.
方法,则函数definition为:
WC_Product
它返回术语链接列表(实际上,只返回get_the_term_list()列表)。