WP_Taxonomy::add_hooks() In this article Table of ContentsSource Related Changelog ↑ Back to top Registers the ajax callback for the meta box. Source public function add_hooks() { add_filter( 'wp_ajax_add-' . $this->name, '_wp_ajax_add_hierarchical_term' ); } View all references View on Trac View on GitHub Related UsesDescriptionadd_filter()wp-includes/plugin.phpAdds a callback function to 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.