Hi Long I must be missing something or the custom table metabox has a bug, because even when using taxonomy advanced it does not save in the custom table but as wp_postmeta even if the key is defined in MB_Custom_Table_API
add_action( 'init', 'prefix_create_table' );
function prefix_create_table() {
if ( ! class_exists( 'MB_Custom_Table_API' ) ) {
return;
}
MB_Custom_Table_API::create( 'my_custom_table', array(
'place_mf_id_type' => 'TEXT NOT NULL',
'intrometido' => 'TEXT NOT NULL',
'place_mf_id_company_activity_number' => 'TEXT NOT NULL',
'email' => 'VARCHAR(20) NOT NULL',
'place_mf_id_type_information_address_folder_geolocation' => 'TEXT NOT NULL',
) );
}
Chave place_mf_id_type_information_address_folder_geolocation
https://imgur.com/Je4F9nX" alt="null"