Uses
Uses | Description |
---|---|
wp-includes/ms-site.php: wp_prepare_site_data() | Prepares site data for insertion or update in the database. |
wp-includes/ms-site.php: wp_update_site | Fires once a site has been updated in the database. |
wp-includes/ms-site.php: get_site() | Retrieves site data given a site ID or site object. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/functions.php: current_time() | Retrieves the current time based on specified type. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/ms-site.php: clean_blog_cache() | Clean the blog cache |
wp-includes/wp-db.php: wpdb::update() | Updates a row in the table. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |