Пример #1
0
 /**
  * Get the IDs of all users subscribed to an author.
  * @since 1.0.0
  * @return array
  */
 public static function all_subscriber_ids()
 {
     // Using a "fake" object for PHP 5.2, which doesn't have static method inheritance
     $user = new Prompt_User(0);
     return $user->_all_subscriber_ids();
 }