do_action( ‘nab_overwrite_post’, int $dest_id , int $src_id )
Runs after overwriting a WordPress post with the data from another post.
Parameters
- $dest_id int
(Required) the destination post that has been overwritten using the source post info.
- $src_id int
(Required) the source post that’s been duplicated.