Summery Summery
Registers the ajax callback for the meta box.
Syntax Syntax
Source Source
File: wp-includes/class-wp-taxonomy.php
} add_rewrite_tag( "%$this->name%", $tag, $this->query_var ? "{$this->query_var}=" : "taxonomy=$this->name&term=" );
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.7.0 | Introduced. |