Skip to content

Instantly share code, notes, and snippets.

@macgraphic
Created February 13, 2021 13:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save macgraphic/a7a151ff94fbd5455478d2561a754cd9 to your computer and use it in GitHub Desktop.
Save macgraphic/a7a151ff94fbd5455478d2561a754cd9 to your computer and use it in GitHub Desktop.
<tr>
<th><label for="dnj_post">Newsletter Delivery Choice</label></th>
<td>
<?php if ( current_user_can( 'view_member_content' ) ) : { ?>
<input type="radio" id="dnj_post" name="dnj_post" value="emailed"><label for="dnj_post">Emailed Copy</label><br />
<input type="radio" id="dnj_post" name="dnj_post" value="posted"><label for="dnj_post">Posted Copy</label>
<?php
} endif; ?>
</td>
</tr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment