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