Uses
| Uses | Description |
|---|---|
| wp-includes/load.php: get_current_network_id() | Retrieves the current network ID. |
| wp-includes/functions.php: _deprecated_argument() | Mark a function argument as deprecated and inform when it has been used. |
| wp-includes/wp-db.php: wpdb::get_results() | Retrieves an entire SQL result set from the database (i.e., many rows). |
| wp-includes/wp-db.php: wpdb::prepare() | Prepares a SQL query for safe execution. |