Wordpress - WordPress Hooks System
What is wrong with this code snippet if the goal is to remove the filter
modify_title with callback change_title?
add_filter('the_title', 'change_title', 5);
remove_filter('the_title', 'change_title', 10);