Uses
Uses | Description |
---|---|
wp-includes/class-wp-site.php: WP_Site::__construct() | Creates a new WP_Site object. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/ms-site.php: update_blog_public | Fires after the current blog’s ‘public’ setting is updated. |
wp-includes/ms-site.php: make_spam_blog | Fires when the ‘spam’ status is added to a site. |
wp-includes/ms-site.php: make_ham_blog | Fires when the ‘spam’ status is removed from a site. |
wp-includes/ms-site.php: mature_blog | Fires when the ‘mature’ status is added to a site. |
wp-includes/ms-site.php: unmature_blog | Fires when the ‘mature’ status is removed from a site. |
wp-includes/ms-site.php: archive_blog | Fires when the ‘archived’ status is added to a site. |
wp-includes/ms-site.php: unarchive_blog | Fires when the ‘archived’ status is removed from a site. |
wp-includes/ms-site.php: make_delete_blog | Fires when the ‘deleted’ status is added to a site. |
wp-includes/ms-site.php: make_undelete_blog | Fires when the ‘deleted’ status is removed from a site. |