WP_Super_Cache_Rest_Get_Settings::get_post_count()protectedWPSCache 1.0

Method of the class: WP_Super_Cache_Rest_Get_Settings{}

No Hooks.

Return

Int.

Usage

// protected - for code of main (parent) or child class
$result = $this->get_post_count();

WP_Super_Cache_Rest_Get_Settings::get_post_count() code WPSCache 1.12.0

protected function get_post_count() {
	return wpsc_post_count();
}