array( 'id', 'hp_vendor' ), '2mpl_songs' => array( 'id', null ), '2mpl_queue' => array( 'id', null ), '2mpl_rate_limits' => array( 'id', null ), '2mpl_sessions' => array( 'id', null ), ); foreach ( $tables as $table_name => $meta ) { $registry->register( '2meet-playlist', array( 'table_name' => $table_name, 'primary_key' => $meta[0], 'post_type_link' => $meta[1], ) ); } } }