PDF Button after content
-
Hello again,
I want to place the PDF button after content which works fine except for pages whose content is generated in another plugin or in themes functions.php via
add_filter('the_content', 'test');In this case, the button is placed above the content. Seems like DK PDF doesn’t recognize
the_contentof other files. But I want the button placed after content. Is it possible to tellfunction dkpdf_display_pdf_button($content)to place the button after content which is generated via content filter?I think there is something missing like
add_action('the_content', 'something');orapply_filters(...);The content in the generated PDF document is fine. So this issue is only related to frontend appearence.
Thanks for any help you can offer.
saNNNy
The topic ‘PDF Button after content’ is closed to new replies.