akkara
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Slider wont working/initializingI solved my problem with https://github.com/WordPress/gutenberg/issues/8214
There is no issue about Gutenslider, great plugin!
Thank you for your time!Forum: Plugins
In reply to: [WordPress Slider Block Gutenslider] Slider wont working/initializingThank you for your fast response @wordpressslider! I think it is not related to Gutenslider directly, it seems the theme I use is getting content text as “raw”, not rendered html. Do you know anything about this? Thank you again!
Forum: Plugins
In reply to: [LiteSpeed Cache] Clear All Caches ProgrammaticlyI saw those functions in source code, when I attempt to call “LiteSpeed_Cache_API::purge_all()” I see error of “function/class doesnt exists”. So my pluing run earlier than LSC. Which “WP action” do I need to use?
Forum: Plugins
In reply to: [LiteSpeed Cache] Clear All Caches ProgrammaticlyHello,
Thank you for your reply,
I am developed a plugin for client, but Lightspeed cache keeps old pages even contents change… Then my clients tell me that the website isnt changed, because she is not aware of LSC exists there, and she wont be in the future. So I need to trigger LSC to clear old caches programmaticly whenever she changes contents which provided by my plugin.
Thanks,