wpmu_blog_updated

wpmu_blog_updated

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('wpmu_blog_updated') is found 1 times:

  • /wp-includes/ms-blogs.php line 30
    	 * @since MU (3.0.0)
    	 *
    	 * @param int $blog_id Site ID.
    	 */
    	do_action( 'wpmu_blog_updated', $site_id );
    }
    
    /**
     * Gets a full site URL, given a site ID.
     *
     * @since MU (3.0.0)