WP_Taxonomy::remove_hooks()

In this article

Removes the ajax callback for the meta box.

Source

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

Changelog

VersionDescription
4.7.0Introduced.

User Contributed Notes

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