diff --git a/docs/data/data-core-editor.md b/docs/data/data-core-editor.md index 6ecd0aeab9e68b..0fc957c749a0c4 100644 --- a/docs/data/data-core-editor.md +++ b/docs/data/data-core-editor.md @@ -1749,4 +1749,13 @@ Returns an action object used to signal that post saving is unlocked. * lockName: The lock name. +### addTermToEditedPost + +Returns an action object signaling that a new term is added to the edited post. + +*Parameters* + + * slug: Taxonomy slug. + * term: Term object. + ### createNotice \ No newline at end of file