mbaierl
Forum Replies Created
-
So you would rather like another topic with the exact same contents for a problem that’s exaclty the same?
Nice way of creating support tickets 😅
… and no issues with those 9 API requests? That’s interesting.
Let me know if there is anything I can help you testing with…
🙏 @defries
Did you also test using Etch and Elementor? In my tests with both the do_action(transition_post_status) executes 9 requests to the CF API, each about 0,7 seconds… 🙁
Looking forward to a new release that performs these tasks async….
Forum: Plugins
In reply to: [Guest Author] WP UmbrellaForum: Plugins
In reply to: [Admin and Site Enhancements (ASE)] Disable Admin E-Mail-CheckYes. That screen is 100% useless for agencies that have a proper setup.
add_filter( 'admin_email_check_interval', '__return_false');will disable the check.
- This reply was modified 7 months, 2 weeks ago by mbaierl.
@qriouslad #1 is relatively easy, just set this constant:
define(‘CORE_UPGRADE_SKIP_NEW_BUNDLED’, true);
+1
I’ve hacked together my own integration of FluentSMTP & Mailster, so in Mailster there is now a “FluentSMTP” tab… but I’d prefer an official solution by FluentSMTP and Mailster.
Reason also being that the sending of mails via MSFT only works via FluentSMTP.
- This reply was modified 1 year ago by mbaierl.
@nicksgardenss Regular updates say nothing about the activity of or within a plugin. If it’s well-written, there are no security issues and no new features – what’s the point of “changing the color of a button”? Just wastes time for everyone and has no benefit.
And: 4 month is no big deal, after 1 1/2 years I might start worrying…
I also prefer to have no top level admin menu entry…. WP Rocket does this pretty well and it does not clutter the main admin menu.
The History is for admins and to be honest rarely used. It’s way less important compared to pages, posts and others…
Hard to keep up with all the development, and unfortunately there is no standard way for plugins to support “history plugins” or “logging plugins”.
Would be great if there would be a standard inside WordPress.
Would be amazing, but I think in this case Bricks has to support Simple History, not the other way around…
Forum: Plugins
In reply to: [CheckoutWC Lite] Disable the cart?Thx.
Forum: Plugins
In reply to: [WooCommerce] User role to edit orders onlyHi Shameen,
thanks for your suggestion. The problem is that the plugins, which allow editing the user roles, won’t work because of the above issue. There is simply no way to customize the roles in a way that a user can only edit orders, but not the rest of WooCommerce.
Reason being the line of code I mentioned above… the order editing is tied to the manage_woocommerce capability, no external plugin will be able to change that…
Thus: please fix this by adding a new capability.
Thanks,
Michael
Forum: Plugins
In reply to: [Two Factor] Not tested with WP 6.3 and 6.4?You can use it, works fine.
Forum: Plugins
In reply to: [Two Factor] Your plugin could be found much betterOr – even better – make it part of Core?