WPForms_Uncanny_Automator::is_integrations_page()
Check if the user is on the integrations page.
Return Return
(bool)
Source Source
File: src/core/admin/class-wpforms-provider.php
public function is_integrations_page() { return automator_filter_has_var( 'page' ) && 'wpforms-settings' === automator_filter_input( 'page' ); }
Expand full source code Collapse full source code View on Github
Changelog Changelog
Version | Description |
---|---|
1.7.0 | Introduced. |