Title: Bug today&#8230;
Last modified: September 1, 2020

---

# Bug today…

 *  Resolved [foliobook](https://wordpress.org/support/users/foliobook/)
 * (@foliobook)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/bug-today/)
 * Something strange has been happening for a few days … it is no longer possible
   to put images in the slider unless I deactivate the authorized blocks in my mu-
   plugin.
    My code:
 *     ```
       add_filter( 'allowed_block_types', 'fbk_allowed_block_types', 10, 2 );
       function fbk_allowed_block_types( $allowed_blocks, $post ) {
   
           $allowed_blocks = array(
               'core/latest-posts',
               'core/block',
               'core/embed',
               'core/buttons',
               'core/button',
               'core/image',
               'core/paragraph',
               'core/heading',
               'core/columns',
               'core/column',
               'core/separator',
               'core/spacer',
               'core/cover',
               'core/gallery',
               'core/group',
               'core/list',
               'core/media-text',
               'core/navigation',
               'core/navigation-link',
               'core/nextpage',
               'blockgallery/masonry',
               'blockgallery/stacked',
               'eedee/block-gutenslider'
           );
   
           return $allowed_blocks;
   
       }
       ```
   
 * thank you for your comeback
    -  This topic was modified 5 years, 7 months ago by [foliobook](https://wordpress.org/support/users/foliobook/).

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [eedee](https://wordpress.org/support/users/eedee/)
 * (@eedee)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/bug-today/#post-13344204)
 * Hey [@foliobook](https://wordpress.org/support/users/foliobook/),
 * i dont’t understand exaxtly. Does it work, when you add the filter or when you
   remove the filter?
 *  Thread Starter [foliobook](https://wordpress.org/support/users/foliobook/)
 * (@foliobook)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/bug-today/#post-13346537)
 * When I add this filter. Here I deactivate everything that goes normally.
 *  Plugin Author [eedee](https://wordpress.org/support/users/eedee/)
 * (@eedee)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/bug-today/#post-13346707)
 * Have you installed new plugins or new plugin versions recently? Did you try deactivating
   all plugins but Gutenslider to see if it works?
 * We have a working installation here on WP 5.5. with or without the most recent
   Gutenberg plugin installed.
 * Please disable all plugins and see if it works. It seems to be a interference
   with another plugin you use.
 *  Plugin Author [eedee](https://wordpress.org/support/users/eedee/)
 * (@eedee)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/bug-today/#post-13416041)
 * An updates from your site? We will close the issue otherwise.
 *  Plugin Author [eedee](https://wordpress.org/support/users/eedee/)
 * (@eedee)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/bug-today/#post-13424768)
 * closing

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Bug today…’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/gutenslider_814abc.svg)
 * [WordPress Slider Block Gutenslider](https://wordpress.org/plugins/gutenslider/)
 * [Support Threads](https://wordpress.org/support/plugin/gutenslider/)
 * [Active Topics](https://wordpress.org/support/plugin/gutenslider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gutenslider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gutenslider/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [eedee](https://wordpress.org/support/users/eedee/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/bug-today/#post-13424768)
 * Status: resolved