WPUM_REMOVESPROFILEPHOTO::__construct()
Set up Automator trigger constructor.
Source Source
File: src/integrations/wp-user-manager/triggers/wpum-removesprofilephoto.php
public function __construct() { $this->trigger_code = 'WPUMUSERPPHOTOR'; $this->trigger_meta = 'WPUMPPREMOVED'; $this->define_trigger(); }
Expand full source code Collapse full source code View on Github