WP_Super_Cache_Rest_Get_Settings::get_post_count()protectedWPSCache 1.0

Метод класса: WP_Super_Cache_Rest_Get_Settings{}

Хуков нет.

Возвращает

int.

Использование

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->get_post_count();

Код WP_Super_Cache_Rest_Get_Settings::get_post_count() WPSCache 1.12.0

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