WP_Taxonomy::remove_hooks() In this article Table of ContentsSource Related Changelog ↑ Back to top 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' ); } View all references View on Trac View on GitHub Related UsesDescriptionremove_filter()wp-includes/plugin.phpRemoves a callback function from a filter hook. Changelog VersionDescription4.7.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.