Insert the user avatar (logo) in PDF
-
I’m trying to edit the file ‘wp-post-to-pdf-enhanced.php’ to insert an external image into the PDF (the avatar of the user) but I get errors like “Unable to get the size of the image”.
This is the code that should display the avatar:
$current_user = wp_get_current_user(); echo st_get_profile_avatar($current_user->ID,40);
But what would be the right way of adding to the file “wp-post-to-pdf-enhanced.php”?
Thanks in advanced.
https://www.ads-software.com/plugins/wp-post-to-pdf-enhanced/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Insert the user avatar (logo) in PDF’ is closed to new replies.