Changeset 53770 for trunk/src/wp-includes/plugin.php
- Timestamp:
- 07/23/2022 04:55:18 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/plugin.php
r53748 r53770 364 364 * @global string[] $wp_current_filter Current filter. 365 365 * 366 * @param null|string$hook_name Optional. Filter hook to check. Defaults to null,366 * @param string|null $hook_name Optional. Filter hook to check. Defaults to null, 367 367 * which checks if any filter is currently being run. 368 368 * @return bool Whether the filter is currently in the stack.
Note: See TracChangeset
for help on using the changeset viewer.