Uses
Uses | Description |
---|---|
wp-admin/includes/schema.php: populate_site_meta | Filters meta for a site on creation. |
wp-includes/ms-site.php: wp_cache_set_sites_last_changed() | Sets the last changed time for the ‘sites’ cache group. |
wp-includes/functions.php: is_site_meta_supported() | Determines whether site meta is enabled. |
wp-includes/cache.php: wp_cache_delete() | Removes the cache contents matching key and group. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
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. |