How can disable function wp_link_dialog()

You should make a child theme and include a definition in functions.php for the function that does nothing.

You should be able to find tutorials on making child themes with any google search.