Skip to:
Content

  • Home
  • Integrations
  • Help
  • Blog
  • Download
Automator Developer Resources

Code Reference

  • Home
  • Reference
Filter by type:
Search
Browse: Home / Reference / Classes / Slack_Settings / Slack_Settings::__construct()

Slack_Settings::__construct( $helpers )

Creates the settings page


Source

File: src/integrations/slack/settings/settings-slack.php

	public function __construct( $helpers ) {
		$this->helpers = $helpers;
		// Register the tab
		$this->setup_settings();
		// The methods above load even if the tab is not selected
		if ( ! $this->is_current_page_settings() ) {
			return;
		}
	}

Expand full source code Collapse full source code View on Github


Twitter • Facebook • YouTube • Contact Us • Privacy • Terms of Service