Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Untitled Snippet

function nj_update_user_nicename( $context, $attachment_id, $cropped ) {
	
}
add_action( 'wp_ajax_crop_image_pre_save', 'nj_update_user_nicename', 10, 3 );