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
https://www.ads-software.com/extend/plugins/custom-taxonomy-sort/
- The topic ‘Error in Dashboard’ is closed to new replies.