diff --git a/includes/show-post-id.php b/includes/show-post-id.php index b97477a..3db8455 100644 --- a/includes/show-post-id.php +++ b/includes/show-post-id.php @@ -17,7 +17,7 @@ public function show_post_id() { } public function show_post_id_meta_box( $post_type ) { - if ( in_array( $post_type, array( 'post', 'resource' ) ) ){ + if ( in_array( $post_type, array( 'post', 'bot', 'resource' ) ) ){ add_meta_box('projects_refid', 'Link shortcodes', array( $this, 'show_post_id' ), $post_type, 'side', 'high'); } }