Changes between Initial Version and Version 1 of Ticket #57205, comment 2
- Timestamp:
- 11/27/2022 10:36:44 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57205, comment 2
initial v1 5 5 The notice basically tells us there is a function call to [https://developer.wordpress.org/reference/functions/add_filter/ `add_filter()`] which passes `9.9` (a floating point number) as the `$priority`, while that parameter is only supposed to be set to an integer (whole number). 6 6 7 No such function call exists in WP Core, so this function call to `add_filter()` (or `add_action()` comes from a plugin or a theme.7 No such function call exists in WP Core, so this function call to `add_filter()` (or `add_action()`) comes from a plugin or a theme. 8 8 9 9 Without a backtrace it is impossible to determine which plugin or theme is ''doing it wrong''.