remove duplicate method

This commit is contained in:
Django Doucet 2023-11-13 11:04:25 -07:00
parent c634bf2354
commit a1e4cdf379

View file

@ -71,12 +71,4 @@ class Application {
}
return false;
}
public static function delete_remote_actor_comments( $actor ) {
\wp_schedule_single_event(
\time(),
'activitypub_delete_remote_actor_comments',
array( $actor )
);
}
}