Skip to content

Commit ad36dd9

Browse files
committed
clarify hook better
1 parent cfb1025 commit ad36dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Hook names are prefixed with `wpsp_`.
1313
| wpsp_get_http_lib | Filter | Modify/replace http library
1414
| wpsp_before_send | Action |
1515
| wpsp_after_send | Action |
16-
| wpsp_handle_response | Filter | Custom handler for http response. **Should return boolean to stop further processing.**
16+
| wpsp_handle_response | Filter | Custom handler for http response. **Return a boolean to indicate the success or failure of the transmission and to stop further processing.**
1717
| wpsp_recipients | Filter |
1818
| wpsp_open_tracking | Filter |
1919
| wpsp_click_tracking | Filter |

0 commit comments

Comments
 (0)