1. Home
  2. Docs
  3. Subscribe2
  4. Hooks, API & Customization
  5. s2_word_wrap

s2_word_wrap

by default Subscribe2 wraps the plain text emails at a count of 78 characters. This can be change if you desire. Bear in mind that internet email standards recommend that line length should not be more than 78 and must not be more than 998.

function my_s2_word_wrap() {
    return 100;
}
Was this article helpful to you? Yes No

How can we help?