I'd like to limit the number of posts of a custom post type to a maximum (e.g. 5 posts), regardless of the users. For example, say i have my custom post type named CUSTOMPOSTS, if there are 5 of these posts, nobody should be able to create new ones (without first deleting one of the others).
Can it be done?
Kind regards!