IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 1378 | 1378 | * |
| 1379 | 1379 | * @global wpdb $wpdb WordPress database abstraction object. |
| 1380 | 1380 | * |
| 1381 | | * @param int|string $term The term to check |
| | 1381 | * @param int|string $term The term to check. String accepts term slug or term name. |
| 1382 | 1382 | * @param string $taxonomy The taxonomy name to use |
| 1383 | 1383 | * @param int $parent Optional. ID of parent term under which to confine the exists search. |
| 1384 | 1384 | * @return mixed Returns null if the term does not exist. Returns the term ID |