mirror of
https://ghproxy.net/https://github.com/nlemoine/wp-cli-fixtures.git
synced 2026-02-28 21:03:14 +08:00
Due to an issue where tags could be used for a parent of a category, we need to be able to set the taxonomy at construction time. This allows a taxonomy to be passed for a term which works around the issue. What we may want to consider to avoid confusion is to ditch the taxonomy field altogether in favour of passing it through the constructor. |
||
|---|---|---|
| .. | ||
| attachment.feature | ||
| comment.feature | ||
| file.feature | ||
| load-wp-cli.feature | ||
| nav_menu.feature | ||
| nav_menu_item.feature | ||
| post.feature | ||
| term.feature | ||
| user.feature | ||