Raam Dev

Results 207 comments of Raam Dev

@code-flow This issue has been resolved in the dev-branch and will go out with the next official release. We're hoping to get the next release out within a week or...

@xberg This feature has not been created yet, but we'll keep Redis and Memcache in mind when working on this. :-) Referencing https://github.com/websharks/zencache/issues/47

Mentioned here (internal ticket): https://websharks.zendesk.com/agent/tickets/11238

> `add_filter('vc_grid_get_grid_data_access','__return_true');` > [...] filter I provided disables nonce checking @AngeIII Thanks for chiming in here! Could you explain a bit more about what that filter does? ZenCache / Comet...

> 2) also it seems your plugin doesn't have catched wp_create_nonce usage. Correct, caching a nonce is a bad idea. See [What are WordPress nonces and why are they not...

@AngeIII Received. Thank you. I'll add Visual Composer + Comet Cache testing to my todo list and update here again when I have something to add.

@renzms I provided you with a copy of Visual Composer in Slack for testing purposes.

> wp-include/function.php **This is not correct.** Please don't modify WordPress Core files. You can add the filter to the bottom of your theme's `function.php` file (e.g., `wp-content/themes/[your-theme]/functions.php`) or even better...

Thanks so much for the report! This does sound like something that needs to be updated. > Do you guys support pull requests? Yes! 😄 If you'd like to submit...

@vestaxpdx Thanks so much for the PR! I have merged this into the dev branch and this will go out with the next release. :-)