Skip to content

Commit

Permalink
Add target blog id eventprop to aiowp migration events
Browse files Browse the repository at this point in the history
  • Loading branch information
sixhours committed Jul 30, 2024
1 parent d1c2b52 commit 50a75b1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ function ( $params = array() ) {
'wpcom_site_migration_start',
array(
'migration_tool' => 'aiowp',
'target_blog_id' => get_current_blog_id(),
)
);
return $params;
Expand All @@ -90,6 +91,7 @@ function ( $params = array() ) {
'wpcom_site_migration_done',
array(
'migration_tool' => 'aiowp',
'target_blog_id' => get_current_blog_id(),
)
);
return $params;
Expand Down

0 comments on commit 50a75b1

Please sign in to comment.