You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hooks.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Hook names are prefixed with `wpsp_`.
18
18
| wpsp_open_tracking | Filter |
19
19
| wpsp_click_tracking | Filter |
20
20
| wpsp_template_id | Filter | Use a different template ID
21
-
| wpsp_substitution_content_tag_name| Filter | Use a different tag for content substitution. By default you needed to use `content` tag
21
+
| wpsp_substitution_content_tag_name| Filter | Use a different tag for content substitution. By default you needed to use `content` tag. **IMPORTANT: DO NOT USE IT. IT'LL BE REMOVED IN NEXT RELEASE**
22
22
| wpsp_sender_email | Filter |
23
23
| wpsp_sender_name | Filter |
24
24
| wpsp_response_body | Filter |
@@ -27,4 +27,4 @@ Hook names are prefixed with `wpsp_`.
27
27
| wpsp_reply_to | Filter |
28
28
| wpsp_body_headers | Filter |
29
29
| wpsp_smtp_msys_api | Filter |
30
-
| wpsp_transactional | Filter | Set whether an email is transactional or not.
30
+
| wpsp_transactional | Filter | Set whether an email is transactional or not.
0 commit comments