WP_Taxonomy::remove_hooks()

Removes the ajax callback for the meta box.


Description Description


Source Source

File: wp-includes/class-wp-taxonomy.php

	public function remove_hooks() {
		remove_filter( 'wp_ajax_add-' . $this->name, '_wp_ajax_add_hierarchical_term' );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
4.7.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.