imath / wp-statuses

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

Better tests on add_meta_box function #62

Open shawfactor opened 2 years ago

shawfactor commented 2 years ago

Right now the library conflicts with plugins like advanced ads that do their own meta box replacement

this conflict could be avoided by checking if any custom statuses have been registered by the library and returning this function early if there have been no custom statuses registered for that post_type

imath commented 2 years ago

Right, I thought it was already the case, I'll check.