Skip to content

Instantly share code, notes, and snippets.

@VesterDe
Created July 6, 2018 15:21
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 VesterDe/668fc404a28c61bb93a8b28cce35d0de to your computer and use it in GitHub Desktop.
Save VesterDe/668fc404a28c61bb93a8b28cce35d0de to your computer and use it in GitHub Desktop.
<input type="text" name="send_to" class="send-to-input" id="send-to-input" value="<?php if ( isset( $_GET['r'] ) ) : ?>@<?php echo esc_textarea( $_GET['r'] ); ?> <?php endif; ?>"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment