tribulant

et_subject function

Sep 17th, 2013
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1. function et_subject($type = null, $subscriber = null, $language = null) {
  2.             $subject = false;
  3.        
  4.             if (!empty($type)) {
  5.                 $subject = __($this -> get_option('etsubject_' . $type));
  6.             }
  7.        
  8.             $subject = $this -> process_set_variables($subscriber, $subject, false, false, true);
  9.             return $subject;
  10.         }
Advertisement
Add Comment
Please, Sign In to add comment