Kyle Benk

Results 12 issues of Kyle Benk

I was reviewing this plugin last night and I realized that there were no unit tests within this plugin. I think we should create a couple of them to at...

enhancement

Currently in the Post Meta unit test class the invalid meta id check will change the value of the meta_id to `-1` which does not perform the action I think...

When I was creating some unit tests for the `/users` endpoint I noticed that the `get_items()` function was retrieving meta data using a custom `$wpdb->get_results()` query. I think this is...

Adds all the site options based on the google sheet. https://docs.google.com/spreadsheets/d/1vI-s8MjbEllCR0_0BmBgaGvKNm1Fa42MCoqaKCwbRyQ/edit#gid=0

- ADDED: Single site option endpoint - ADDED: Single site option read and update actions

After some thought about the site endpoint I think that we should only be creating `GET` and `POST`/`PUT` actions since users will only be accessing or editing site options. I...

# Description FM uses the jQuery `:visible` selector to determine if the sortable list should be initialized. This can return `false` during initialization when rendered in Gutenberg. Based on some...

bug

Relates to - https://github.com/alleyinteractive/wordpress-fieldmanager/issues/743 Ensures that a confirmation dialog is presented to the user whenever they attempt to delete a repeater field