WP_Super_Cache_Rest_Get_Settings::get_post_count() protected WPSCache 1.0
{} It's a 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();
Code of WP_Super_Cache_Rest_Get_Settings::get_post_count() WP Super Cache Rest Get Settings::get post count WPSCache 1.7.1
protected function get_post_count() {
return wpsc_post_count();
}