Premium_Integrations::is_current_page_settings()
Determines whether the user is currently in the Settings page of the integration
Return Return
(boolean) TRUE if it is
Source Source
File: src/core/lib/settings/trait-premium-integrations.php
public function is_current_page_settings() { return automator_filter_input( 'page' ) === 'uncanny-automator-config' && automator_filter_input( 'tab' ) === 'premium-integrations' && automator_filter_input( 'integration' ) === $this->get_id(); }
Expand full source code Collapse full source code View on Github