traed
Forum Replies Created
-
Did some digging. The issue seems to occur because you’re not running your init method inside a plugins_loaded callback, and then checking if wp_get_current_user exists before setting up your rest routes. wp_get_current_user is never defined before plugins_loaded so the rest routes will never work.
- This reply was modified 4 years, 11 months ago by traed.
Forum: Plugins
In reply to: [WooCommerce] Flexslider development statusThanks for the clarification. So issues/PR’s should be opened in the main WC repo then?
Forum: Plugins
In reply to: [WooCommerce] CSS class changes for blocks in 3.7@shellbeezy The blocks have been part of woocommerce core since before 3.7. I was using this block in 3.6. It seems they have been reworked in 3.7, hence the markup change. This wasn’t reflected in the changelog.
Forum: Plugins
In reply to: [WooCommerce] CSS class changes for blocks in 3.7No, I don’t use the plugin since WooCommerce ships with the blocks nowadays. I’m not using shortcodes either, unless that is something being done under the hood. I’m just adding blocks using the GUI.
Since the blocks ship with WooCommerce, shouldn’t changes to them be reflected in WooCommerce changelog as well? I don’t think avarage users will know to check some other github repo before updating.
Forum: Plugins
In reply to: [Related Posts for WordPress] Use widget without related posts on post pageI was just wondering the same…
Forum: Themes and Templates
In reply to: [Basic] Menu disappears on mobileLooking forward to it, thanks!