Nathan L.
Nathan L.
I agree. I'll ask our ad managers what they would call the fields or get details about the labels used in the DFP dashboard they use. Using the same labels...
I believe custom statuses are stored as custom taxonomy terms in the `wp_terms` table, but I'm not 100% sure but I do see those terms in my DB table. I...
I read your post on .org about scrubbing your database for 'edit_flow'. You should also look for the prefix 'ef-' and 'ef_' which are used in the taxonomy tables. The...
Is this still an issue? I'm wondering why 403 is the right signal to send. Isn't it the case those resources are not to be found, and not just forbidden...
Are you thinking just setting the max-age, or do you wish to support the `Prama` and `Expires` headers too? Could we just make the cache time filterable? Something like: ```...
I can't think of a reason for filtering, since, as you say, the files do not change that often. So maybe a 1-day cache time? I suppose it could be...
This PR allows selection via a filter but it doesn't return a 403. I opted to just return out of the function like it does elsewhere, which results in a...