我创建了名为“产品”和“产品类别”的自定义帖子。现在我能够在wordpress仪表板菜单中看到新产品,即:
现在我想在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' ),
请帮忙......
感谢