Uses
| Uses | Description |
|---|---|
| wp-includes/cache.php: wp_cache_delete() | Removes the cache contents matching key and group. |
| wp-includes/functions.php: _deprecated_function() | Mark a function as deprecated and inform when it has been used. |
| wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
| wp-includes/user.php: clean_user_cache() | Clean all user caches |
| wp-includes/wp-db.php: wpdb::get_row() | Retrieves one row from the database. |
| wp-includes/wp-db.php: wpdb::query() | Performs a MySQL database query, using current database connection. |
| wp-includes/wp-db.php: wpdb::prepare() | Prepares a SQL query for safe execution. |