WP_CREATEUSER::__construct()
Set up Automator action constructor.
Source Source
File: src/integrations/wp/actions/wp-createuser.php
public function __construct() { $this->action_code = 'CREATEUSER'; $this->action_meta = 'USERNAME'; $this->key_generated = false; $this->key = null; $this->define_action(); }
Expand full source code Collapse full source code View on Github