Home Forums Newsletter Plugin Support Feature Request: Add sync for subject in the editor

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #26538
    Anonymous
    Inactive

    Hey,

    afaik inside the Newsletter editor, there is no option to update the subject variable for the HTML message.
    abc

    I used a workaround:

    inside theme-options.php

    <table class="form-table">
        <tr>
            <th>Subject / Betreff</th>
            <td>
                <?php $controls->text('theme_subject', ''); ?>
            </td>
        </tr>
    </table>

    inside theme.php
    $theme_subject = $theme_options['theme_subject'];

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.