imath / wp-statuses

WordPress plugin to ease Custom Post Statuses integration
GNU General Public License v2.0
160 stars 27 forks source link

Hotfix for fatal error on WP 5.7 due to private _builtin property #52

Closed andronocean closed 3 years ago

andronocean commented 3 years ago

This makes the WP_Statuses_Core_Status::_builtin property public, so it is accessible by is_post_status_viewable() (new in WP 5.7). This resolves fatal errors that made the post list inaccessible if the plugin was active, fixing #51.

imath commented 3 years ago

Thanks 👌