wp-statuses
wp-statuses copied to clipboard
Better tests on add_meta_box function
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
Right, I thought it was already the case, I'll check.