Beau Fiechter

Results 4 issues of Beau Fiechter

Since [6.4](https://developer.wordpress.org/reference/since/6.4.0/), we've got [`wp_admin_notice()`](https://developer.wordpress.org/reference/functions/wp_admin_notice/) for printing notices.

priority: normal

Resolves #1072 . Updates all notice prints to `wp_admin_notice` calls. Also updates the WordPress minimum version to due the introduction version of the `wp_admin_notice` function

### What problem will this feature address? Currently, swarm settings are JSON code editor fields. These are already validated, which is nice but not very intuitive. ### Describe the solution...

enhancement

### To Reproduce 1. Create a cluster with at least 1 worker node 2. Create any application 3. Force placement on worker node 4. Create bind mount to an absolute...

bug