-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I'd like to suggest you add custom post type support. This way products, videos etc can be covered.
I've added my "video" type for now > class-nostrtium.php
if (($pagenow == 'post.php') && (get_post_type() == 'post') || (get_post_type() == 'video')) {
and the metabox render > class-nostrtium-metabox.php
$screens = ['post', 'video'];
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
