Uriahs Victor
Uriahs Victor
Extension seems to be dead, anyone have a good alternate recommendation? I really liked this extension but it doesn't work anymore due to this error
@dirkgroenen sorry for the late reply here, and the answer to your question is Pinterest returns an error when you don't sanitize the ID. If you have a board name...
The error is coming from the Facebook graph SDK which is a dependency of the plugin: https://github.com/facebook/php-graph-sdk/tree/5.x/src/Facebook/PseudoRandomString Unless they update their SDK everyone using their SDK would get this error....
I recommend building the base plugin as a normal free plugin and adding a folder called `pro` to include pro related classes that extend the free classes. So when releasing...
Any update on this? @bmewburn as you can see we're yearning for it..many use cases have been presented as to why this is needed
@opr I use the checkout hooks to attach my plugin(s) functionality (shipping, date and time picker etc) to different parts of the checkout page. I let the admin choose where...
@opr Can you please point me to a starting point? I have very little experience with blocks. I have no idea what you mean by an "inner block" or rendering...
@wavvves Unfortunately i haven't gotten the time to look into this as yet, my plugins make heavy use of WC hooks on the checkout and I need to go learn...
I see you already forked and switched to the forked version: https://www.npmjs.com/package/list.js-fixed I too was wondering the same thing, I tend to prefer using the original library unless the developer...
@sunny-mahajan I think the only option for us is to go learn React to be able to recreate our functionality in React and then pass the actions they perform to...