Gravity PDF API – get_plugin_option()
Description
This method allows you to retrieve a single global Gravity PDF setting, or return a default if it's non-existent (much like WordPress's get_option()
function).
Version
This method was introduced in Gravity PDF 4.0.
Parameters
$key | string
- The global PDF setting name
$default | mixed | optional
- What's returned if the
$key
doesn't exist. Defaults to an empty string.