export-command/inc/class-profile-command.php
Daniel Bachhuber 717ea43c89 Initial commit
2016-07-25 07:36:55 -07:00

17 lines
227 B
PHP

<?php
/**
* Profile the performance of a request to WordPress.
*/
class Profile_Command {
/**
* Profile the performance of a request to WordPress.
*
* @when before_wp_load
*/
public function __invoke() {
}
}