Forums
(@jepotski)
15 years, 2 months ago
it should be put after and not before the line:
$mytax = $more_types_settings->get_val('taxonomies');
to make it like this:
$mytax = $more_types_settings->get_val('taxonomies'); if(!is_array($mytax)) { $mytax = array(); }