Title: von67's Replies | WordPress.org

---

# von67

  [  ](https://wordpress.org/support/users/von67/)

 *   [Profile](https://wordpress.org/support/users/von67/)
 *   [Topics Started](https://wordpress.org/support/users/von67/topics/)
 *   [Replies Created](https://wordpress.org/support/users/von67/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/von67/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/von67/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/von67/engagements/)
 *   [Favorites](https://wordpress.org/support/users/von67/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Links To] Not compatible with Gutenberg?](https://wordpress.org/support/topic/not-compatible-with-gutenberg/)
 *  [von67](https://wordpress.org/support/users/von67/)
 * (@von67)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/not-compatible-with-gutenberg/#post-12024476)
 * dhuyck (@dhuyck)
 * Where do I apply this to which file plugin.php? Do I replace or just add?
 * Thanks so much
 * I’ve found a fix that I will submit. Adding these lines to the is_supported_post_type(
   $type ) method makes the metabox draw properly in Gutenberg:
    ` if ( is_object(
   $type ) ) { $type = $type->id; }

Viewing 1 replies (of 1 total)