Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 376 Bytes

dev_docs.md

File metadata and controls

12 lines (11 loc) · 376 Bytes

use case form other plugins

if (isset($_GET['pdf_demo'])) { do_action('fluent_pdf_make', [ 'header' => '

Hello header

', 'footer' => '

Hello footer

', 'body' => '

Hello content

', ]); die(); }

echo 'Download PDF'; die();