dev-master
9999999-dev https://github.com/andrewmclagan/attached-post-field-cmb2Post to post relation field for CMB2
MIT
The Requires
- php >7.0.0
plugin wordpress post relationship metabox attached
Wallogit.com
2017 © Pedro Peláez
Post to post relation field for CMB2
Custom field for CMB2., (*1)
Create a dropdown feild listing a post type for creating a post-to-post style relationship. Saves the post ID into a custom meta field., (*2)
Example:, (*3)
'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,
],
Post to post relation field for CMB2
MIT
plugin wordpress post relationship metabox attached