Ben Keith

Results 134 comments of Ben Keith

Using the example redirect: ``` from: /test/(.*) to: https://example.org/$1 regex: true ``` https://github.com/10up/safe-redirect-manager/blob/cb1c04513b75736a0938208c5837b3ce51abdcba/inc/classes/class-srm-redirect.php#L225-L229 `filter_var( $redirect_to, FILTER_VALIDATE_URL )` returns `https://example.org/$1` `! filter_var( $redirect_to, FILTER_VALIDATE_URL )` returns the Boolean opposite of a...

Considerations for supporting multiple authors: - backwards-compatiblity: - What recommendation should the specification make for choosing the URL that goes in `author_url`? - What recommendation should the specification make for...

https://commons.wikimedia.org/wiki/File:Hausziege_04.jpg is CC-BY-SA 3.0, which would only require that we credit the photographer, Armin Kübelbeck, and link to the license.

- [ ] move it to under "settings" and recheck the permissions levels necessary to modify its settings.

This one was, iirc, a way for a developer to set a reminder text that would inform users about that site's editorial policy/rules/etc for disabling SCAIP on a post.

~~I'm having this issue on 4.0.0-rc.3.~~ My issue was just a disk out of space errror.

Two ways this out-of-disk error can occur, and their solutions: - host OS is out of disk -> delete files on the host OS - host OS has disk space,...

I've also had this problem on AJAX, with and without QM. My issue was that the AJAX call was creating an obscene amount of PHP errors and warnings and logs,...

Like this? ``` nginx: image: 'nginx:latest' expose: - '80' - '443' volumes: - './wordpress:/var/www/html:cached' - './config/nginx/default.conf:/etc/nginx/conf.d/default.conf:cached' depends_on: - phpfpm networks: - default - wplocaldocker environment: CERT_NAME: localhost HTTPS_METHOD: noredirect VIRTUAL_HOST:...

Yes. I restarted docker with `10updocker stop; 10updocker start`, `10updocker restart`, and stopping Docker to upgrade it to the latest version of Docker.