We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DEPRECATED This hook was deprecated in version 7.5.0.
Action to send ActivityPub notifications.
/** * Action to send ActivityPub notifications. * * @param Activitypub\Notification $instance * @param string $7_5_0 * @param string $activitypub_handled___type_ */ function my_activitypub_notification_callback( Activitypub\Notification $instance, string $7_5_0, string $activitypub_handled___type_ ) { // Your code here. } add_action( 'activitypub_notification', 'my_activitypub_notification_callback', 10, 3 );
Activitypub\Notification
$instance
string
$7_5_0
$activitypub_handled___type_
\do_action_deprecated( 'activitypub_notification', array( $this ), '7.5.0', "activitypub_handled_{$type}" )
← All Hooks