Warning: This function has been deprecated.
bp_core_print_generation_time()
Print the generation time in the footer of the site.
Description Description
Source Source
File: bp-core/deprecated/2.6.php
function bp_core_print_generation_time() {
?>
<!-- Generated in <?php timer_stop(1); ?> seconds. (<?php echo get_num_queries(); ?> q) -->
<?php
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.6.0 | This function has been deprecated. |
| 1.0.0 | Introduced. |