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() );
		}

Changelog

Changelog
Version Description
1.0.0 Introduced.


User Contributed Notes

You must log in before being able to contribute a note or feedback.