As the subject suggests, is it possible to receive the raw Javascript code (React) before it's compiled? It's essential for extending the functionality. Specifically, I need the code used to generate wplms.js for the plugin called wplms_plugin.
For the case of WPLMS PHP template I can enhance the user interface because you provide me the source codes and hooks. How can I do the same thing, i.e. enhancement of the user interface, with WPLMS REACT template without the source code? Please advise.
For the case of WPLMS PHP template I can enhance the user interface because you provide me the source codes and hooks. How can I do the same thing, i.e. enhancement of the user interface, with WPLMS REACT template without the source code? Please advise.
Well Im sorry, that is some limitation with javascript based framework development , we have tried to add events on whcih you can render react components and its settings at various level , document of which we have to build which might take some time .
I'm looking forward to the release of the new feature. By the way, when is the new feature expected to be enabled? I'd like to know if there's a release plan. Also, I don't need the documentation, but could you provide a simple implementation example?