Skip to content
github-actions[bot] edited this page Nov 14, 2025 · 1 revision

DEPRECATED

Type-specific action to send ActivityPub notifications.

Auto-generated Example

/**
 * 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' );

Parameters

  • Activitypub\Notification $instance The notification object.
  • string $7_5_0
  • string $activitypub_handled___type_

Files

\do_action_deprecated( "activitypub_notification_{$type}", array( $this ), '7.5.0', "activitypub_handled_{$type}" )

← All Hooks

Users

Developers

Clone this wiki locally