Search: Remove cron job scheduling on rest_api_init action
10:07:49 GMT+0000
Changed how a VIP Search cron job is scheduled – previously it was hooked into rest_api_init along with 2 other hooks, but this is unnecessary overhead as the job will be scheduled reliably via WP CLI (which runs regularly via cron).