have-a-byte
Forum Replies Created
-
Forum: Plugins
In reply to: [Edit Flow] Upgrading to 0.10.0 Breaks funtionality for editor roleI can confirm this, but this is also with administrators. After the update, I cannot save any posts/page/custom posttype… Always get the message above. I have to roll back to version 0.9.9 🙁
mdibrahimk48 is right.
You should not call any i18n functions like “__” or “_e” before the init action. You are declaring the default values with __(‘…’, ‘woo-min-max-quantity-step-control-single’)I fixed your plugin by moving setting the default values to a “init” function.
But after that you also need to move all the admin init function to a “admin_init” action. If you wish I can send you the fixed wcmmq.php file.Forum: Plugins
In reply to: [Contact Form 7] [wpcf7_add_form_tag] function not workingSame problem here… thank you for the solution! Worked like a charm.
Forum: Plugins
In reply to: [10WebSocial] Instagram API endpoint retired – feed goneSame thing here, is there any update on this issue?
Forum: Plugins
In reply to: [Bounce Handler MailPoet 3] Self signed certificates not working (fix)Tnx! you’re correct.
I was confused, setting “self signed” to false and SSL to false did the trick. (Although I’m using a self signed cert but no ssl).