Files
wp-liveticker/includes
Stefan Kalscheuer 121051b7d0 use add_action() instead of add_filter() for rest_api_init (#32)
The `rest_api_init` hook is an action hook and should be used as such.
Replace `add_filter()` with `add_action()` to register our init method.
2025-08-13 11:09:17 +02:00
..
2024-03-24 11:17:17 +01:00
2024-03-24 11:17:17 +01:00