Automattic / WP-Job-Manager

Manage job listings from the WordPress admin panel, and allow users to post jobs directly to your site.
https://wpjobmanager.com
GNU General Public License v3.0
895 stars 366 forks source link

Rest-api php warnings for missing key #2702

Closed pgk closed 6 months ago

pgk commented 6 months ago
[12-Jan-2024 15:11:18 UTC] PHP Warning:  Undefined array key "meta" in /var/www/html/wp-content/plugins/wp-job-manager/includes/class-wp-job-manager-rest-api.php on line 39
[12-Jan-2024 15:11:18 UTC] PHP Warning:  foreach() argument must be of type array|object, null given in /var/www/html/wp-content/plugins/wp-job-manager/includes/class-wp-job-manager-rest-api.php on line 39
pgk commented 6 months ago

Fixed by https://github.com/Automattic/WP-Job-Manager/pull/2703