timer_start

Advertisement

Private Access Private Access

This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness. Use timer_stop() instead.

Summery Summery

Start the WordPress micro-timer.

Syntax Syntax

timer_start()

Return Return

(bool) Always returns true.

Source Source

File: wp-includes/load.php

 *
 * Checks for a file in the WordPress root directory named ".maintenance".
 * This file will contain the variable $upgrading, set to the time the file
 * was created. If the file was created less than 10 minutes ago, WordPress
 * is in maintenance mode.

Advertisement

Changelog Changelog

Changelog
Version Description
0.71 Introduced.

See also See also

Advertisement

Leave a Reply