Save up to 50% off during Black Friday!

fg_fillablepdfs_base_path

Description

This filter allows you to change the base folder where generated PDFs are stored.

Usage

PHP
add_filter( 'fg_fillablepdfs_base_path', 'your_function_name', 10, 1 );

Parameters

  • $base_path string
    The base PDFs folder. Defaults to _wp-content/uploads/gravity_forms/fillablepdfs

Examples

This example shows how to change the default base PDFs folder to a custom static location.

Since

This filter was added in Fillable PDFs 2.3.0.