BP_ADDTOGROUP::__construct()

Set up Automator action constructor.


Source Source

File: src/integrations/buddypress/actions/bp-addtogroup.php

	public function __construct() {
		$this->action_code = 'BPADDTOGROUP';
		$this->action_meta = 'BPGROUPS';
		$this->define_action();
	}