Paul Clark

Results 34 comments of Paul Clark

Tried example 1 without success. Relationship field is relating "posts" to "posts", since Pods gives an error for "author" that it's a reserved name. e.g., ```php $pod = pods( 'post',...

Great thanks Jory. For some reason it still didn't work for me. I tried adding a new post on the `init` hook: ```php

QA failed: Add File appears from plupload, but pressing button does nothing on iOS Safari. WP upload option works fine.

Seems neither are allowing for a default/empty value to appear in the menu or save.

Right now, all redirect metadata is cached to a transient, then iterated over in PHP. Because all redirect metadata is cached to the transient, memory usage is heavier than it...

It's been a while! Custom table makes most sense to me. I don't know that adding keys in PHP would help much in case of regexes.

I think this is a critical consideration. I was experimenting with the plugin as a quick-and-dirty tool for developers, but with a method for communicating quality, installation via Github could...

I think the idea would be specifically to avoid forks that reference a .org URL. In what way does searching for Plugin URI already resolve this? I imagine the match...

- [ ] Add headers to select menu for github.com and wordpress.org - [ ] Add github option to search within username - [ ] Disable star filter if username...

It's an array of paths from absolute root (not document root). The same as any include path in PHP. These are from the root directory of the server/computer you're on,...