vaclavgreif
vaclavgreif
Hi Marcus, in the end I did something like this: ```php $cache_rules = [ new Rule( Rule::REQUEST_TYPE_GET, 'agreements', 400 ), ]; $cache = new Cache( new FilesystemAdapter( 'testCache', 0, __DIR__...
Hello, first step might be to at least add a filter for the settings - that way it would be super simple to change the settings globally for the whole...
+1 for this, I'm using the plugins a lot and displaying post ID is not user friendly
`wp_upload_dir()` by měl vracet správný adresář jak pro hlavní web, tak pro child weby. Mělo by tedy opravdu stačit použít tuto funkci
@finnef Thanks, this works great! My Wordpress install is still super slow with Xdebug enabled ( page load 1s with Xdebug disable, 20s with Xdebug enabled), not sure if this...
Another HyperDB user here, same problem. I would like to use the search replace for duplicating the site in multisite, ie. dump the blog db, replace prefix, import back and...
Another +1 here! That would make settings pages WAY more user friendly...
Hi everybody, any news on this? What I basically need is to replace the Options Framework that I currently use with CMB2 options page. So, just being able to put...
Ok, I found out how to use, most of the functions work, but I have troubles to create new issue. This is my code: [code]
I need this too, anyone can please review the pull request?