PHP Warning: Illegal string offset ‘filter’
-
Constant PHP Warning: Illegal string offset ‘filter’ in /home/wfc/public_html/wp-includes/taxonomy.php on line 1408
Error ceases when plugin is deactivated
In the function sanitize_term($term, $taxonomy, $context = ‘display’)
‘filter’ is an illegal offset in the array $term
1405 if ( $do_object )
1406 $term->filter = $context;
1407 else
1408 $term[‘filter’] = $context;
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘PHP Warning: Illegal string offset ‘filter’’ is closed to new replies.