Opened 9 years ago
Last modified 5 years ago
#35466 new defect (bug)
`add_filter()` errors when `spl_object_hash()` not exists
Reported by: | yaquawa | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.4.1 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
add_filter()
will errors when the following conditions are met.
$function_to_add
is Closurespl_object_hash
function not exists
For example:
add_filter( 'template_include', function($args){ return $args; },90 );
Note: See
TracTickets for help on using
tickets.
This has previously been discussed in #10535. Duplicate?