Uses
Uses | Description |
---|---|
wp-includes/option.php: pre_cache_alloptions | Filters all options before caching them. |
wp-includes/option.php: alloptions | Filters all options after retrieving them. |
wp-includes/load.php: wp_installing() | Check or set whether WordPress is in “installation” mode. |
wp-includes/cache.php: wp_cache_get() | Retrieves the cache contents from the cache by key and group. |
wp-includes/cache.php: wp_cache_add() | Adds data to the cache, if the cache key doesn’t already exist. |
wp-includes/load.php: is_multisite() | If Multisite is enabled. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
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::suppress_errors() | Enables or disables suppressing of database errors. |