wendigo73
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Hi Champ Camba,
thanks a lot.
It’s work fine.Best Regards
Hi,
I have a same issue on our web site.
I have disabled temporary the Google Recaptcha on the form, and it’s work.
Now, I’m looking how to fix the embed code.Regards,
Forum: Plugins
In reply to: [Adminimize] Error Array in adminimize 1.10.4Hello,
I had the same issue.
I solved it with a new declaration of array type, for “$disabled_admin_bar_option_” variable, in “adminimize\inc-setup\admin-bar-items.php”.
Like this:
// Merge multidimensional array in to one, flat.
$disabled_admin_bar_option_ = array(); // new declaration of type
$disabled_admin_bar_option_ = array_reduce( $disabled_admin_bar_option_, ‘array_merge’, array() );Best Regards
Viewing 4 replies - 1 through 4 (of 4 total)