Jacek Gajewski
Jacek Gajewski
In my case ``` ->setLocation('page_template', '==', 'template-home.blade.php'); ```
Hi I have aded pull request with fixed error, please verify
@MWDelaney and @robmeijerink please verify pull request #51 before merge, in my case still it not working on sage 9, I've added #53 pull request with update, but not tested...
Not exactly, previous request with bug fixes not working. Foreach loop return each blocks to all folders and return error because can't find duplicate blocks in different location.
Hi @robmeijerink, thanks for new commit and code check. No that wasn't issue with duplicate the same block in different location. Previous pull #51 mixed wrong path to folder with...
Add some button to close keyboard, and call blurRichEditor ``` const blurRichEditor = () => { if (richText.current) { richText.current.blurContentEditor(); } }; blurRichEditor()} > Close keyboard ```
Same issue Automattic\WooCommerce\HttpClient\HttpClientException cURL Error: Could not resolve host: domain.com **EDIT** This is some issue with hosts on local machines. If wordpress site is running on local by flywheel try...
Hey, I believe the current documentation and scope validation logic are outdated in relation to Slack’s latest API changes. According to Slack’s documentation, the chat:write scope now replaces both chat:write:user...
Hey @bhanwarpsrathore , thanks for checking - and sorry for the late reply! You’re right, it’s still listed in the docs, which is a bit strange. Can I ask if...