/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php global $user_ID; if( $user_ID ) : ?> <?php if( current_user_can('level_10') ) : ?> <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> <?php endif; ?> <?php endif; ?>
URL: http://wptricks.net/how-to-display-content-for-admin-only/