diff --git a/includes/activitypub/transmogrifier/class-gatherpress.php b/includes/activitypub/transmogrifier/class-gatherpress.php index 652e041..d30eefb 100644 --- a/includes/activitypub/transmogrifier/class-gatherpress.php +++ b/includes/activitypub/transmogrifier/class-gatherpress.php @@ -450,8 +450,6 @@ class GatherPress { $post_id = wp_insert_post( $args ); } - - if ( ! $post_id || is_wp_error( $post_id ) ) { return; }