-
Notifications
You must be signed in to change notification settings - Fork 83
7.5.0
github-actions[bot] edited this page Nov 14, 2025
·
1 revision
DEPRECATED
Type-specific action to send ActivityPub notifications.
/**
* Type-specific action to send ActivityPub notifications.
*
* @param Activitypub\Notification $instance
* @param string $7_5_0
* @param string $activitypub_handled___type_
*/
function my_7.5.0_callback( Activitypub\Notification $instance, string $7_5_0 = null, string $activitypub_handled___type_ = null ) {
// Your code here.
}
add_action( '7.5.0', 'my_7.5.0_callback' );-
Activitypub\Notification$instanceThe notification object. -
string$7_5_0 -
string$activitypub_handled___type_
\do_action_deprecated( "activitypub_notification_{$type}", array( $this ), '7.5.0', "activitypub_handled_{$type}" )Follow @[email protected] for updates and news.