Warning: Array to string conversion in /home/customer/www/docs.automatorplugin.com/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 825
Mailchimp_Helpers::display_settings_tab()
Check if the settings tab should display.
Return Return
(Uncanny_Automatorboolean.)
Source Source
File: src/integrations/mailchimp/helpers/mailchimp-helpers.php
public function display_settings_tab() { if ( Automator()->utilities->has_valid_license() ) { return true; } if ( Automator()->utilities->is_from_modal_action() ) { return true; } return ! empty( $this->get_mailchimp_client() ); }
Expand full source code Collapse full source code View on Github