Warning: Array to string conversion in /home/customer/www/docs.automatorplugin.com/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 825
Premium_Integrations::setup_settings()

Placeholder function to call two main functions

Contents


Return Return

(void)


Source Source

File: src/core/lib/settings/trait-premium-integrations.php

	protected function setup_settings() {
		// Set up the properties
		$this->set_properties();
		// Register the settings page
		// Invoke this method last
		$this->register_settings();
	}