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_insert_site | Fires once a site has been inserted into the database. |
wp-includes/ms-site.php: wp_initialize_site | Fires when a site’s initialization routine should be executed. |
wp-includes/load.php: get_current_network_id() | Retrieves the current network ID. |
wp-includes/ms-site.php: get_site() | Retrieves site data given a site ID or site object. |
wp-includes/plugin.php: do_action_deprecated() | Fires functions attached to a deprecated action hook. |
wp-includes/option.php: get_network_option() | Retrieves a network’s option value based on the option name. |
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: has_action() | Check if any action has been registered for a hook. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/ms-site.php: wpmu_new_blog | Fires immediately after a new site is created. |
wp-includes/ms-site.php: clean_blog_cache() | Clean the blog cache |
wp-includes/wp-db.php: wpdb::insert() | Inserts a row into 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. |