I have a ticket generated using tickera plugin in WordPress, it contains an image, I want the image in the ticket to be the logged in user's profile image not the image specified with url when adding the element of the image (the drag & drop elements)
I have tried to change the values inside the functions of the file "tcpdf_images.php" with get_avatar() but there were a lot of values to change and each value has a specifications like: ['mime'] or ['extension'] and else, I want to make it in a simple way maybe to edit the tcpdf.php or tcpdf_images.php
My problem was solved by adding user_profile_picture_element.php file inside wp-content/plugins/tickera/includes/ticket-elements/
user_profile_picture_element.php