Save up to 50% off during Black Friday!

fg_entryautomation_pdf_template_header

Description

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

Usage

JavaScript
add_filter( 'fg_entryautomation_pdf_template_header', 'your_function_name', 10, 3 );

Parameters

  • $template_header string
    Path to default PDF header 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.