Title: Is the export code correct?
Last modified: May 15, 2022

---

# Is the export code correct?

 *  [himaartjp](https://wordpress.org/support/users/himaartwp/)
 * (@himaartwp)
 * [4 years ago](https://wordpress.org/support/topic/is-the-export-code-correct/)
 * Hello. Thank you for the wonderful plugin.
 * I can’t use English, so I’m using Google Translate to translate it into English.
 * By the way, as the title suggests, it seems that the “;” at the end of the return
   line is missing for the following code obtained by clicking Export from the setting
   screen of your plugin.
 * // functions.php
    add_filter( ‘gbm_disabled_blocks’, function() { return [‘core/
   freeform’] });
 * I modified the above code as follows and it worked fine.
 * // functions.php
    add_filter( ‘gbm_disabled_blocks’, function() { return [‘core/
   freeform’]; });
 * It may only occur in my environment, so I would appreciate it if you could check
   it.
 * Thank you.

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

 *  Plugin Author [Darren Cooney](https://wordpress.org/support/users/dcooney/)
 * (@dcooney)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/is-the-export-code-correct/#post-15860254)
 * [@himaartwp](https://wordpress.org/support/users/himaartwp/) Good catch, it is
   missing. thanks for pointing the out.
 *  [Azragh](https://wordpress.org/support/users/azragh/)
 * (@azragh)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/is-the-export-code-correct/#post-16135512)
 * Just noticed this too. Any updates on this?

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

The topic ‘Is the export code correct?’ is closed to new replies.

 * ![](https://ps.w.org/block-manager/assets/icon-256x256.png?rev=2483990)
 * [Block Manager](https://wordpress.org/plugins/block-manager/)
 * [Support Threads](https://wordpress.org/support/plugin/block-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/block-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/block-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/block-manager/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Azragh](https://wordpress.org/support/users/azragh/)
 * Last activity: [3 years, 7 months ago](https://wordpress.org/support/topic/is-the-export-code-correct/#post-16135512)
 * Status: not resolved