The taxi drivers of Cali, both those working the day shift and the night shift, talk about work, customers and violence, revealing their vision of the city, real or fantasised. Third instalment of the crafts trilogy.
![A Movie Bruce Conner Doclisboa 2018](https://www.doclisboa.org/2018/wp-content/uploads/A-Movie-Bruce-Conner-Doclisboa-2018-e1539203093479.jpg)
![A Movie Bruce Conner Doclisboa 2018](https://www.doclisboa.org/2018/wp-content/uploads/A-Movie-Bruce-Conner-Doclisboa-2018-e1539203093479.jpg)
/** * Auto Add Image Attributes From Image Filename * * @author Arun Basil Lal * @refer https://millionclues.com/?p=3908 * @plugin https://wordpress.org/plugins/auto-image-attributes-from-filename-with-bulk-updater/ */ function abl_mc_auto_image_attributes( $post_ID ) { $attachment = get_post( $post_ID ); $attachment_title = $attachment->post_title; $attachment_title = str_replace( '-', ' ', $attachment_title ); // Hyphen Removal $attachment_title = ucwords( $attachment_title ); // Capitalize First Word $uploaded_image = array(); $uploaded_image['ID'] = $post_ID; $uploaded_image['post_title'] = $attachment_title; // Image Title wp_update_post( $uploaded_image ); update_post_meta( $post_ID, '_wp_attachment_image_alt', $attachment_title ); // Image Alt Text } add_action( 'add_attachment', 'abl_mc_auto_image_attributes' );
The taxi drivers of Cali, both those working the day shift and the night shift, talk about work, customers and violence, revealing their vision of the city, real or fantasised. Third instalment of the crafts trilogy.