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
Zoom_Helpers::load_settings()
load_settings
Return Return
(void)
Source Source
File: src/integrations/zoom/helpers/zoom-helpers.php
public function load_settings() { $this->setting_tab = 'zoom-api'; $this->tab_url = admin_url( 'edit.php' ) . '?post_type=uo-recipe&page=uncanny-automator-config&tab=premium-integrations&integration=' . $this->setting_tab; include_once __DIR__ . '/../settings/settings-zoom.php'; new Zoom_Settings( $this ); }
Expand full source code Collapse full source code View on Github