diff --git a/php/class-coauthors-plus.php b/php/class-coauthors-plus.php index 9f40ddc2..bce9a190 100644 --- a/php/class-coauthors-plus.php +++ b/php/class-coauthors-plus.php @@ -956,6 +956,8 @@ public function coauthors_update_post( $post_id, $post ): void { } } } + do_action('cap_finished', $post_id); + } public function has_author_terms( $post_id ): bool {