Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ page in your WordPress installation when you access it as administrator. You can disble this, and insert your own PHP code in your theme or widget to retrieve the page stats and show them as you whish. ``` ```php require_once(GA_PAGE_STATS__PLUGIN_DIR . 'class.ga-page-stats.php'); $r = GAPageStats::getPageStats($_SERVER['REQUEST_URI']); $spv = number_format($r[0]); Loading Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ page in your WordPress installation when you access it as administrator. You can disble this, and insert your own PHP code in your theme or widget to retrieve the page stats and show them as you whish. ``` ```php require_once(GA_PAGE_STATS__PLUGIN_DIR . 'class.ga-page-stats.php'); $r = GAPageStats::getPageStats($_SERVER['REQUEST_URI']); $spv = number_format($r[0]); Loading