Matthew Boynes
Matthew Boynes
Requires alleyinteractive/wordpress-fieldmanager#401
refs alleyinteractive/wordpress-fieldmanager#352
There's an `` that needs to be removed or the escaping needs to be corrected
This would be a nice fallback fixer if a bug gets discovered down-the-road and reveals that term counts are now wrong.
From #2 ([direct link to PR comment](https://github.com/Automattic/lightweight-term-count-update/pull/2#discussion_r108429086)): > > This returns only latest 10 attachments. I'm not sure whether setting the `posts_per_page` should be set to `-1` or whether we...
From #2 ([direct link to comment](https://github.com/Automattic/lightweight-term-count-update/pull/2#discussion_r108465245)): > I like the idea and it seems to be working fine. I'm just not sure whether we should not check whether the counting...
Add a way to tie in https://github.com/bcampeau/term-meta so that taxonomies can have meta boxes as well, using the same method calls.
Something to get the conversation started. Resolves #834
Replace the invalid uses of `esc_js()` and `esc_attr()` in class-fieldmanager-util-validation.php, e.g. [this block](https://github.com/alleyinteractive/wordpress-fieldmanager/blob/0cb5e63ee4fd96fc06aff0623b6402df9861abdb/php/util/class-fieldmanager-util-validation.php#L267-L276) and [this block](https://github.com/alleyinteractive/wordpress-fieldmanager/blob/dabdd128dcfe5db41b8053f5a2ad21104d3f7c85/php/util/class-fieldmanager-util-validation.php#L329-L335), with more appropriate escaping procedures. The entire file warrants review for updated standards. We...
Fieldmanager should add a custom REST API endpoint that allows an application to query field information for a context/subcontext. This would allow apps like [Calypso](https://github.com/Automattic/wp-calypso), [mobile apps](https://wordpress.org/mobile/), etc., to leverage...