Skip to content

Instantly share code, notes, and snippets.

@stefanmm
Created May 17, 2022 12:48
Show Gist options
  • Save stefanmm/5b2c139c9e609672ec0d1bfde984a6bc to your computer and use it in GitHub Desktop.
Save stefanmm/5b2c139c9e609672ec0d1bfde984a6bc to your computer and use it in GitHub Desktop.
WP pass single post title to email subject
echo '<a href="mailto:[email protected]?subject='.get_the_title( get_the_ID() ).'">Pošalji email</a>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment