Only available in WPAI Pro v4.5.7-beta-2.6 or newer. ```php add_filter( 'pmxi_is_images_to_update', 'my_is_images_to_update', 10, 4 ); function my_is_images_to_update( $is_update, $articleData, $current_xml_node, $post_id ) { return $is_update; } ```
Only available in WPAI Pro v4.5.7-beta-2.6 or newer.