class Bootstrap extends Helper_Abstract_Addon

Class to bootstrap the Gravity PDF Developer Toolkit plugin

Methods

void
init(array $classes = [])

Initialise the plugin classes and pass them to our parent class which is included in the Gravity PDF plugin to handle the rest of the bootstrapping (licensing ect)

void
plugin_updater()

Check the plugin's license is active and initialise the EDD Updater

Details

at line 78
void init(array $classes = [])

Initialise the plugin classes and pass them to our parent class which is included in the Gravity PDF plugin to handle the rest of the bootstrapping (licensing ect)

Parameters

array $classes An array of additional classes to store in our object

Return Value

void

at line 104
void plugin_updater()

Check the plugin's license is active and initialise the EDD Updater

Return Value

void