diff --git a/docs/migration-guide-version-1-to-version-2.md b/docs/migration-guide-version-1-to-version-2.md
index d0bc73d17..de441df5f 100644
--- a/docs/migration-guide-version-1-to-version-2.md
+++ b/docs/migration-guide-version-1-to-version-2.md
@@ -44,3 +44,9 @@ The fields returned by the endpoint have been modified to match the names used b
* `post_type` (String|String[]): Modified to accept multiple post types. Post types are limited to posts the connected account can edit, are public post types and visible in the WordPress REST API's standard endpoints. Default `post`.
* `post_status` (String|String[]): Modified to accept multiple post statuses. Statuses are limited to public statuses only. Default `publish`.
+
+### `dt_push_post` action deprecated
+
+The `dt_push_post` action has been deprecated in favor of two actions: `dt_push_external_post` and `dt_push_network_post`.
+
+Extenders using the old action are advised to switch to the new actions as a matter of priority. The deprecated action had conflicting arguments so can not be relied upon to pass data consistently.