WPUM_REMOVESCOVERPHOTO::__construct()

Set up Automator trigger constructor.


Source Source

File: src/integrations/wp-user-manager/triggers/wpum-removescoverphoto.php

	public function __construct() {
		$this->trigger_code = 'WPUMUSERPCOVERR';
		$this->trigger_meta = 'WPUMPCREMOVED';
		$this->define_trigger();
	}