BSF_Analytics_Stats::get_stats()
Get stats.
Description
Return
(array) stats data.
Source
File: admin/bsf-analytics/class-bsf-analytics-stats.php
		public function get_stats() {
			return apply_filters( 'bsf_core_stats', $this->get_default_stats() );
		}
			Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description | 
|---|---|
| 1.0.0 | Introduced. |