Hi,
Using wp 3.4.2; installed plugin using upload inside wp admin area
Got this msg when first installed your plugin. The msg showed at top of page even above the admin template area….but then, the meg disappeared as soon as I navigated away from the page in admin.
Warning: array_walk() expects parameter 1 to be array, boolean given in
/home/fmhhart/public_html/wp-content/plugins/gotmls/index.php on line 1064
Any ideas?
Thanks for catching that!
On line 1055 I am reading in the array to be walked from the options table. However, in the case of new installs, there are not any options saved so it returns false instead of an array. This will only happen once after a new install because the default settings will then be saved and returned properly but I have fixed it in my code for the next release.
Thanks for pointing this out to me. Let me know if I can be of any further assistance.