Changeset 46196 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 09/20/2019 01:04:50 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r45932 r46196 364 364 * @type bool $show_in_nav_menus Makes this taxonomy available for selection in navigation menus. If not 365 365 * set, the default is inherited from `$public` (default true). 366 * @type bool $show_in_rest Whether to include the taxonomy in the REST API. 366 * @type bool $show_in_rest Whether to include the taxonomy in the REST API. Set this to true 367 * for the taxonomy to be available in the block editor. 367 368 * @type string $rest_base To change the base url of REST API route. Default is $taxonomy. 368 369 * @type string $rest_controller_class REST API Controller class name. Default is 'WP_REST_Terms_Controller'.
Note: See TracChangeset
for help on using the changeset viewer.