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: README.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The functions to remove hooks, [`remove_action`](https://developer.wordpress.org
23
23
24
24
For the remaining cases that involve object instances `remove_action` and `remove_filter` can only be used when having access to the original object instance that was used to add hooks, but many and many times that's not available.
25
25
26
-
This package provides 5 functions that can be used to remove hooks which uses object methods or closures even without having
26
+
This package provides six functions that can be used to remove hooks which uses object methods or closures even without having
0 commit comments