Guest User

Untitled

a guest
Dec 6th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VIM 0.17 KB | None | 0 0
  1. if ($this->stat->isStatApplicable('emailSocialShareRate')) {
  2.       $totalSocialShares = pct_fmt($this->stat->emailSocialShareRate);
  3. } else {
  4.      $totalSocialShares = 'N/A';
  5. }
Add Comment
Please, Sign In to add comment