function bynder_batch_sync_old_bynder_media in Bynder 7
Tries to sync files previously imported through Bynder to make sure all metadata is up to date.
Parameters
$context:
1 string reference to 'bynder_batch_sync_old_bynder_media'
- bynder_batch_reload_derivatives in includes/
bynder.admin.inc - Batch callback to fetch derivative information.
File
- includes/
bynder.admin.inc, line 240
Code
function bynder_batch_sync_old_bynder_media(&$context) {
sync_old_bynder_media(true);
}