Yep, I can query the data. But in order to do that, I would need to:
- Create a new API endpoint
- Use AJAX to load the data, which may be unnecessary bloat
- Because the data is loaded via AJAX, the plugin needs to wait for the data
- Due to the plugin having to wait for the necessary data, I need to delay its initialization which doesn’t seem to happen easily
It would be much simpler to just:
- Read the data