Advertisement
tribulant

Subscriber Count

Jun 21st, 2013
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. <?php
  2.  
  3. if (class_exists('wpMail')) {
  4.     if ($wpMail = new wpMail()) {
  5.         global $Db, $Subscriber;
  6.         $Db -> model = $Subscriber -> model;
  7.         $count = $Db -> count();
  8.         echo 'There are ' . $count . ' subscribers';
  9.     }
  10. }
  11.  
  12. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement