Get current post ID
-
Hello,
if( $pdfbutton_action == 'open') { $mpdf->Output(); } else { global $post; $mpdf->Output( get_the_title( $post->ID ).'.pdf', 'D' ); $headers = 'From: Gedimat <[email protected]>' . "\r\n"; wp_mail ('[email protected]', 'TEST', $post->ID , $header ); }
get_the_title( $post->ID ) return the good title
but when emailed $post->ID is not the current post ID !
How to get the current post ID ?Thank you for your help
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Get current post ID’ is closed to new replies.