Build the URL for a logged in user
fg_legalsigning()->build_pdf_url( $pdf_meta );
Build the URL for anyone with a link
fg_legalsigning()->build_pdf_url( $pdf_meta, true );
Get physical path for the PDF
Legal_Signing_API::get_physical_pdf_file_path();
Fetch all generated PDFs for an entry via the
Legal_Signing_API::get_pdfs_for_entry($entry);
Leave a Reply