WP_Super_Cache_Rest_Get_Settings::get_post_count()
Метод класса: WP_Super_Cache_Rest_Get_Settings{}
Хуков нет.
Возвращает
int
.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_post_count();
Код WP_Super_Cache_Rest_Get_Settings::get_post_count() WP Super Cache Rest Get Settings::get post count WPSCache 1.9.4
protected function get_post_count() { return wpsc_post_count(); }