Changeset 42211 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 11/21/2017 03:14:52 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r41987 r42211 298 298 * @since 4.7.0 Introduced `show_in_rest`, 'rest_base' and 'rest_controller_class' 299 299 * arguments to register the Taxonomy in REST API. 300 * @since 5.0.0 Introduced `meta_box_sanitize_cb` argument. 300 301 * 301 302 * @global array $wp_taxonomies Registered taxonomies. … … 340 341 * post_tags_meta_box() is used for non-hierarchical. If false, no meta 341 342 * box is shown. 343 * @type callable $meta_box_sanitize_cb Callback function for sanitizing taxonomy data saved from a meta 344 * box. If no callback is defined, an appropriate one is determined 345 * based on the value of `$meta_box_cb`. 342 346 * @type array $capabilities { 343 347 * Array of capabilities for this taxonomy.
Note: See TracChangeset
for help on using the changeset viewer.