andrew/attached-post-field-cmb2

CMB2的帖子到帖子关系字段

dev-master 2016-04-03 03:49 UTC

This package is auto-updated.

Last update: 2024-08-29 04:03:33 UTC


README

CMB2创建的自定义字段。

创建一个下拉字段,列出创建帖子到帖子样式关系的帖子类型。将帖子ID保存到自定义元字段中。

示例

			'ticket_id' => [
				'id' 			=> 'ticket_id',
				'label'			=> 'Ticket Type',
				'description'	=> '',
				'class'			=> [''],
				'input_class'	=> ['attendee-ticket_id'],
				'placeholder'	=> 'Select your ticket',
				'type'			=> 'post_type',
				'options'		=> [
					'post_type'	=> 'product',
					'query'		=> [
						''
					],
				],
				'required'		=> true,		
			],