Save up to 50% off during Black Friday!

fg_entryautomation_pdf_template_footer

Description

This filter is allows you to change the path of the template used for the PDF export file footer.

Usage

PHP
add_filter( 'fg_entryautomation_pdf_template_footer', 'your_function_name', 10, 3 );

Parameters

  • $template_footer string
    Path to default PDF footer template file.
  • $task Task
    The current Entry Automation Task object.
  • $form array
    The current Automation task’s form.

Since

This filter was added in Entry Automation version 2.0.0.