From a1e4cdf379e6ba3feff14c177681f5a0f48d599f Mon Sep 17 00:00:00 2001 From: Django Doucet Date: Mon, 13 Nov 2023 11:04:25 -0700 Subject: [PATCH] remove duplicate method --- includes/class-application.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/includes/class-application.php b/includes/class-application.php index 1a5b3a2..6be6cf8 100644 --- a/includes/class-application.php +++ b/includes/class-application.php @@ -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 ) - ); - } }