Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #57205, comment 2


Ignore:
Timestamp:
11/27/2022 10:36:44 PM (3 years ago)
Author:
jrf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57205, comment 2

    initial v1  
    55The 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).
    66
    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.
     7No such function call exists in WP Core, so this function call to `add_filter()` (or `add_action()`) comes from a plugin or a theme.
    88
    99Without a backtrace it is impossible to determine which plugin or theme is ''doing it wrong''.