-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hello,
One of our clients has your addon installed, and has been seeing Deprecated warnings. See attached file.

I tracked it down to the function:
function zenbu_display($entry_id, $channel_id, $data, $table_data = array(), $field_id, $settings, $rules = array())
{
$format = (isset($settings['setting'][$channel_id]['extra_options']['field_'.$field_id]['format'])) ? $settings['setting'][$channel_id]['extra_options']['field_'.$field_id]['format'] : '%g:%i%a';
return (!empty($data)) ? ee()->localize->format_date($format, $data, FALSE) : '';
}
This function, from what I can tell, is not in use on our client's site. It looks like this is specific to Zenbu addon which is not installed.
Let me know if you have a patch available for this, or if you plan on supporting PHP 8.x in the near future.
regards,
Rowan
Metadata
Metadata
Assignees
Labels
No labels