UT_RESETUSERSTIMEINCOURSE::__construct()
Set up Automator action constructor.
Source Source
File: src/integrations/uncanny-toolkit/actions/ut-resetuserstimeincourse.php
public function __construct() { if ( ! defined( 'UNCANNY_TOOLKIT_PRO_VERSION' ) ) { return; } $this->action_code = 'RESETUSERSTIMEINCOURSE'; $this->action_meta = 'UTRESETUSERSTIMEINCOURSE'; $this->define_action(); }
Expand full source code Collapse full source code View on Github