BP_USERUPDATEPROFILE::__construct()
Set up Automator trigger constructor.
Source Source
File: src/integrations/buddypress/triggers/bp-userupdateprofile.php
public function __construct() { $this->trigger_code = 'BPUSERUPDATEPROFILE'; $this->trigger_meta = 'BPUSER'; $this->define_trigger(); }
Expand full source code Collapse full source code View on Github