There’s nothing here.

If there were posts in the database, you’d be seeing them. Try creating a post, and see if that solves your problem.

# cURL example require_once('path/to/logger.php'); $metrics = new MetricsTracker("4dbed4c3399929ded181892c4ab77bf6"); ... function some_function($args) { $metrics->track('menu_click', array('button'=>'learn more', 'color'=>'green', 'ip'=>$_SERVER['REMOTE_ADDR']); ... # Now your regular function code ... }