Uses
| Uses | Description | 
|---|---|
| wp-includes/plugin.php: remove_filter() | Removes a function from a specified filter hook. | 
Removes the ajax callback for the meta box.
File: wp-includes/class-wp-taxonomy.php
public function remove_hooks() {
		remove_filter( 'wp_ajax_add-' . $this->name, '_wp_ajax_add_hierarchical_term' );
	}  | Version | Description | 
|---|---|
| 4.7.0 | Introduced. | 
    © 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
    https://developer.wordpress.org/reference/classes/wp_taxonomy/remove_hooks