Hi,
Could you please have a look at the warning and fix it for me?
Warning: Illegal string offset ‘cat_header’ in …/wp-content/themes/woopress/framework/theme-functions.php on line 4662
—-
$content = esc_attr( $term_meta[0][‘cat_header’] ) ? esc_attr( $term_meta[0][‘cat_header’] ) : ”;
—-
Thanks!