Mike Hemberger
Mike Hemberger
I think it would be really beneficial to add a `WP_CLI::log()` that shows when the API limit is reached too.
+1. For now I do it by role, via: ``` wp user reset-password $(wp user list --fields=ID --role=administrator) ``` Do you know how to do this for all roles via...
We just hit this today, and turning off tracking resolved it for now as well.
Actually, the buttons seems to appear on Text mode, but not Visual.
Man, sorry for blowing it up here. On my page template I was removing the editor via: ```remove_post_type_support('page', 'editor');``` It looks like Shortcode_Button relies on the editor in order to...
It would mean a popup/overlay on top of another overlay, but I still think it would be really powerful. If using parent slugs doesn't work, it would be great to...
+1 on something like this. Another (possibly simpler but not as pretty) solution would be a dropdown menu when you click the button, if multiple shortcodes are registered to the...
With Gutenberg about to drop I'd guess shortcode related things will get left in the dust.
I'm a bit lost here. I would like a WYSIWYG (with additional shortcode buttons, for nested shortcodes) to input my shortcode content. Right now it appears I have to type...
+1 here. I'm trying to have repeatable `RangeControl` components but struggling to get them to work. @pdavies88 are you saying that example is or is not working? I'm not understanding...