class AdvancedTemplate implements Helper_Interface_Filters

Removes the Advanced Template option from the PDF settings if not upgrading from a legacy plugin

Methods

__construct(Helper_Abstract_Options $options)

Deactivate constructor.

void
init()

Initialise class

void
add_filters()

Add WordPress actions

array
modifyAdvancedTemplateField(array $fields)

Checks if the legacy "Advanced Template" option should be shown in the PDF options

Details

at line 62
__construct(Helper_Abstract_Options $options)

Deactivate constructor.

Parameters

Helper_Abstract_Options $options

at line 73
void init()

Initialise class

Return Value

void

at line 84
void add_filters()

Add WordPress actions

Return Value

void

at line 97
array modifyAdvancedTemplateField(array $fields)

Checks if the legacy "Advanced Template" option should be shown in the PDF options

Parameters

array $fields

Return Value

array