WP_Taxonomy::add_hooks()
Registers the ajax callback for the meta box.
Description Description
Source Source
File: wp-includes/class-wp-taxonomy.php
public function add_hooks() { add_filter( 'wp_ajax_add-' . $this->name, '_wp_ajax_add_hierarchical_term' ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |