Michael
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fastest Cache] How to change cache extension?I want to add dynamic code and save it as php file. The .htaccess file must be modified as well then, right?
Forum: Plugins
In reply to: [WP Fastest Cache] How to change cache extension?I would like to parse the buffer for css and js files in order to set them as link header for http2 server push. Are there any plans to implement this in the near future?
Forum: Plugins
In reply to: [Cookie Notice & Compliance for GDPR / CCPA] How to disable the addons?Awesome, thanks!
Forum: Plugins
In reply to: [Cookie Notice & Compliance for GDPR / CCPA] How to disable the addons?Thanks for your reply Frank. The logging is done via inline JS, yes. But I dont really want to disable the inline aggregation completely. As this inline JS is done via wp_head hook there is no handle name that I can exclude, right?
Just to understand it correctly: If there is a line, let’s say
var ginger_logger_url = “<?php bloginfo(“url”); ?>”;
within this inline JS, I can exclude this whole inline JS part with just adding ginger_logger_url to the exclude js list? That would be great! For now I have completely deleted the whole “logger” addon folder, but I’m afraid it will be back with the next update.
Edit: I’m really sorry, but this thread is in the wrong place. It should be related to the “Ginger – EU Cookie Law” plugin.
Hi mbigul,
actually I want to have a list of another custom post type items as a select drop down custom field. Therefore I thought it would be helpful to define a way to pull data from the database to populate the select options. Hope this makes sense?
Cheers
Michael