You appear to be a bot. Output may be restricted
Description
Registers the ajax callback for the meta box.
Usage
WP_Taxonomy::add_hooks();
Parameters
Returns
void
Source
File name: wordpress/wp-includes/class-wp-taxonomy.php
Lines:
1 to 3 of 3
public function add_hooks() { add_filter( 'wp_ajax_add-' . $this->name, '_wp_ajax_add_hierarchical_term' ); }