Uses
Uses | Description |
---|---|
wp-includes/load.php: get_current_network_id() | Retrieves the current network ID. |
wp-includes/ms-network.php: get_networks() | Retrieves a list of networks. |
wp-includes/functions.php: _deprecated_function() | Mark a function 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. |