fg_fillablepdfs_base_path

Description

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

Usage

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

Parameters

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.