如何在选择下拉列表中的redux框架选项中检索wordpress自定义帖子类型类别列表

时间:2017-02-20 11:23:10

标签: php wordpress redux-framework

我创建了名为“产品”和“产品类别”的自定义帖子。现在我能够在wordpress仪表板菜单中看到新产品,即:

  • 产品
    • 所有产品
    • 添加新
    • 产品类别

现在我想在redux框架选项选择下拉字段中检索此自定义类型类别列表。

redux选项框架的示例代码:

array(
'id'       => 'opt-select-categories-b',
'type'     => 'select',
'data'     => 'categories',
'args'      => array( 'post_types' => 'product_category', ),
'title'    => __( 'Categories Select Option', 'redux-framework-demo' ),
'subtitle' => __( 'No validation can be done on this field type', 'redux-framework-demo' ),
'desc'     => __( 'This is the description field, again good for additional info.', 'redux-framework-demo' ),

请帮忙......

感谢

0 个答案:

没有答案