Skip to content

Commit 7211888

Browse files
committed
Docs: Clarify description of remove_all_filters() method in WP_Hook class
1 parent 9b89603 commit 7211888

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/class-wp-hook.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ public function has_filters() {
279279
}
280280

281281
/**
282-
* Removes all callbacks from the current filter.
282+
* Removes all callbacks registered on the filter hook.
283283
*
284284
* @since 4.7.0
285285
*

0 commit comments

Comments
 (0)