Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function et_subject($type = null, $subscriber = null, $language = null) {
- $subject = false;
- if (!empty($type)) {
- $subject = __($this -> get_option('etsubject_' . $type));
- }
- $subject = $this -> process_set_variables($subscriber, $subject, false, false, true);
- return $subject;
- }
Advertisement
Add Comment
Please, Sign In to add comment