Skip to content

Instantly share code, notes, and snippets.

@stefanmm
Created May 17, 2022 12:48
WP pass single post title to email subject
echo '<a href="mailto:nekimejl@domen.com?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