Example #1
0
 /**
  * Count WpTermses
  * by Name Index(es)
  * @param string $strName
  * @return int
  */
 public static function CountByName($strName)
 {
     // Call WpTerms::QueryCount to perform the CountByName query
     return WpTerms::QueryCount(QQ::Equal(QQN::WpTerms()->Name, $strName));
 }