Error in Dashboard
-
There is an error in the dashboard:
Warning: Invalid argument supplied for foreach() in /wp-content/plugins/custom-taxonomy-sort/custom-taxonomy-sort.php on line 305
line 305
foreach ( $terms as $term ) {fixed using
foreach ((array)$terms as $term ) {please fix in your next release
thank you
The topic ‘Error in Dashboard’ is closed to new replies.