ZOOM_UNREGISTERUSER::load_options()
load_options
Return Return
(void)
Source Source
File: src/integrations/zoom/actions/zoom-unregisteruser.php
public function load_options() { return array( 'options' => array( Automator()->helpers->recipe->zoom->get_meetings( null, $this->action_meta ), ), ); }
Expand full source code Collapse full source code View on Github