Include Custom Post Types in add_posts_metabox()
-
Hi there ????
Previously, there has been a feature request to add the plugin’s meta box for all registered custom post types instead of only posts, pages and products, which has been marked as resolved. Looking at the code, however, currently the
add_posts_metabox()
functions seems to limit the meta box to the above post types.I could see that a pro version is mentioned in the comments, but wasn’t able to find any further information on this. Is this feature currently in development or will a pro version with this feature be released in the near future?
I then checked for filter hooks that would allow to filter the post types in our theme, but couldn’t find any. Have I been missing something?
Thanks!
- You must be logged in to reply to this topic.