Uses
Uses | Description |
---|---|
wp-includes/load.php: is_multisite() | If Multisite is enabled. |
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_col() | Retrieves one column from the database. |
wp-includes/wp-db.php: wpdb::prepare() | Prepares a SQL query for safe execution. |
wp-includes/wp-db.php: wpdb::get_blog_prefix() | Gets blog prefix. |