IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
2536 | 2536 | * a WP_Error will be passed back. If you don't pass any slug, then a unique one |
2537 | 2537 | * will be created for you. |
2538 | 2538 | * |
2539 | | * For what can be overrode in `$args`, check the term scheme can contain and stay |
2540 | | * away from the term keys. |
| 2539 | * Check the $wpdb->terms and $wpdb->term_taxonomy scheme for what can be overridden in `$args`. |
| 2540 | * Do not use the $wpdb->terms and $wpdb->term_taxonomy scheme keys. |
2541 | 2541 | * |
2542 | 2542 | * @since 2.3.0 |
2543 | 2543 | * |