示例#1
0
文件: WpLatte.php 项目: ssuhss/Begara
 /**
  * Alias for WpLatteSiteEntity::createCusomPostEntity()
  *
  * @param string $what Name of custom type without "ait-" prefix
  * @param string $category Selecting custom type by specific category
  * @param int $limit Limit of returned items
  * @return array|WpLattePostEntity
  */
 public static function createCustomPostEntity($what, $category = 0, $limit = null, $order = 'menu_order', $suppress_filters = false)
 {
     return WpLatteSiteEntity::createCustomPostEntity($what, $category, $limit, $order, $suppress_filters);
 }