array( 'id', 'hp_vendor' ), // vendor_id 關聯 hp_vendor '2mq_quotation_items' => array( 'id', null ), '2mq_quotation_history' => array( 'id', null ), '2mq_vendor_presets' => array( 'id', 'hp_vendor' ), '2mq_catalog_categories' => array( 'id', null ), '2mq_catalog_items' => array( 'id', null ), '2mq_quotation_templates' => array( 'id', null ), '2mq_vendor_catalog_prices' => array( 'id', 'hp_vendor' ), ); foreach ( $tables as $table_name => $meta ) { $registry->register( '2meet-quotation', array( 'table_name' => $table_name, 'primary_key' => $meta[0], 'post_type_link' => $meta[1], ) ); } } }