Google_Sheet_Settings::__construct( $helper )
Creates the settings page
Source
File: src/integrations/google-sheet/settings/settings-google-sheet.php
public function __construct( $helper ) { $this->helper = $helper; // 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