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

Add Stats Schema #2719

Closed fjorgemota closed 6 months ago

fjorgemota commented 6 months ago

Fixes #2715

Changes Proposed in this Pull Request

Testing Instructions

Check if the plugin can be activated on a new WP install just fine, without any errors on the error log. Also check if the wp_job_manager_stats is created as appropriate

Release Notes

New or Updated Hooks and Templates

*

Deprecated Code

*

Screenshot / Video


Plugin build for dd028a7782d2800439fa3a2fb2c41248697c3bc8
📦 Download plugin zip
▶️ Open in playground
fjorgemota commented 6 months ago

Edit: Forgot to mention something important: The table name we use is the same table name used by Astoundify stats. I think that this might be a problem, specially since enabling the plugin might dbDelta an existing astoundify table and possibly corrupt existing stats.

Great catch!

I renamed it in 5f63042 . Thanks!