Overriding a public function inside a class
-
Is it possible to override the
public function run_send_action( BP_Invitation $invitation )
that is insideclass BP_Groups_Invitation_Manager extends BP_Invitation_Manager
? I’d like to override who receives the email notification from my own custom plugin.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.