WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/wpmu update blogs date

Description

Update the last_updated field for the current blog.

Usage

<?php wpmu_update_blogs_date(); ?>

Parameters

This function does not accept any parameters

Return Value

This function does not return a value

Examples


Notes

Change Log

Since: 3.0.0

Source File

wpmu_update_blogs_date() is located in wp-includes/ms-blogs.php

Related

 

See also index of Function Reference and index of Template Tags.