Opened 10 years ago
Last modified 7 years ago
#35466 new defect (bug)
`add_filter()` errors when `spl_object_hash()` not exists
| Reported by: |
|
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_addis Closurespl_object_hashfunction 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?