bp_core_print_generation_time
Print the generation time in the footer of the site.
Description
bp_core_print_generation_time();
Usage
if ( !function_exists( 'bp_core_print_generation_time' ) ) { require_once ABSPATH . PLUGINDIR . 'buddypress/bp-core/deprecated/2.6.php'; } // NOTICE! Understand what this does before running. $result = bp_core_print_generation_time();
Defined (1)
The function is defined in the following location(s).
- /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