Jip

Results 17 comments of Jip

Totally agree, but it's more likely that the user will trigger a `BeforeSetContent` event which does not un-escape the content first. Which is the cause of this problem. For example,...

How to reproduce: Press `undo` on an editor and see the HTML tags get escaped even if the text int he code blocks has not been affected by the undo-action.

**Dynamic hooks/filters** For dynamic hook names, splitting on `_` and `-` and walking back cutting off the last item until a hook is found would be a fairly reliable method...

@stodorovic that would be great. I rather not do any changes in the package itself if it can be avoided, so adding the filter sounds like the desired approach.

I'm having an issue with the testing code being inside the plugin, but I understand that the total approach needs to be revised in order to change this. As we...

See https://github.com/Yoast/yoast-acf-analysis/issues/111

Let's add this functionality first and remove the testing from the plugin afterwards. Could you resolve the conflicts?

@kraftner the only thing that was blocking #117 was a the bit of code that mocked the WordPress global & `add_action` functionality. I have done a CR on that PR...

As #117 has been merged, this can be implemented. Could you resolve the merge conflict? Would be nice to also add some comment at each entry what data it is...

Could you also merge `develop` into this branch, to make sure all tests and travis are passing on it as well?