ddur
ddur
IMHO, it should be possible to dynamically disable caching per page/post/URL, using [**$sent_http_**_name_](http://nginx.org/en/docs/http/ngx_http_core_module.html#var_sent_http_) from upstream server (PHP) with name "Cache-Control (Nginx variable **$sent_http_**_cache_control_)" and [_value "no-store"_](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control). If you can, and...
BTW, WordOps is for the first time mentioned in WordPress Plugins directory :) https://wordpress.org/plugins/search/wordops/
After function "**wp_create_image_subsizes**" **scales** or **rotates** original image on upload/regenerate, and file is then **EDITED** by user (cropped/resized/flipped etc), function "**wp_get_original_image_path**" will return **ORIGINAL** image path instead of **EDITED**/attached file...
Actually, private or localhost address can also be used from shared server by other shared server users. So, I believe that this line should not skip 'XX' code from checking,...
I hope that this helps?
Hi, I created IP Geo API provider class for Nginx compiled with [Module ngx_http_geoip_module](http://nginx.org/en/docs/http/ngx_http_geoip_module.html) Gist [IP Geo API provider class for ip-geo-block ](https://gist.github.com/ddur/c350c864aa720fd2d57ac393acf6266c) Feel free to modify it and/or use...
## Bug Report ### Test case 1, Step 1 **As first step, just upload JPEG image that is larger than your current setting for 'big_image_size_threshold' (default is 2560 pixels). That...
In example: Add ability to configure GMail service provider [:+1: :-1: checkbox] to send emails only to ``[email protected]``, else use fallback email service provider connection (in example: PHP Mail service...
Better description for Warp iMagick plugin