Esempio n. 1
0
 /**
  * Count all WpOptionses
  * @return int
  */
 public static function CountAll()
 {
     // Call WpOptions::QueryCount to perform the CountAll query
     return WpOptions::QueryCount(QQ::All());
 }