BDB_USERSENDSFRIENDREQUEST::__construct()

Set up Automator trigger constructor.


Source Source

File: src/integrations/buddyboss/triggers/bdb-usersendsfriendrequest.php

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