Title: import export support + hide default pattern category
Last modified: October 6, 2022

---

# import export support + hide default pattern category

 *  [Hozefa Saleh](https://wordpress.org/support/users/hozefasmile/)
 * (@hozefasmile)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/import-export-support-hide-default-pattern-category/)
 * I request to add two useful features to your plugin.
 * 1. Import Export feature, so that we can export pattern created in one site and
   then can import it in another site. Like this plugin provide for reusable block
   [https://wordpress.org/plugins/reusable-blocks-extended/](https://wordpress.org/plugins/reusable-blocks-extended/)
 * 2. Some setting option to hide all default categories and pattern that show when
   we go to choose pattern in WordPress page editor, this way only show our custom
   patterns created with this plugin. For more clear explanation see screenshot 
   [https://prnt.sc/Iy1q76sPloCL](https://prnt.sc/Iy1q76sPloCL)

Viewing 1 replies (of 1 total)

 *  [Aris](https://wordpress.org/support/users/bugsysop/)
 * (@bugsysop)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/import-export-support-hide-default-pattern-category/#post-16082710)
 * To hide default WP patterns and categories you can use this code in a `functions.
   php` file…
 *     ```
       add_action('init', function() {
       	remove_theme_support('core-block-patterns');
       });
       ```
   
 * But we still need an export function in this plugin 😉

Viewing 1 replies (of 1 total)

The topic ‘import export support + hide default pattern category’ is closed to new
replies.

 * ![](https://ps.w.org/mywp-custom-patterns/assets/icon-256x256.png?rev=2643446)
 * [MyWP Block Pattern - Block Pattern Builder for WordPress](https://wordpress.org/plugins/mywp-custom-patterns/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mywp-custom-patterns/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mywp-custom-patterns/)
 * [Active Topics](https://wordpress.org/support/plugin/mywp-custom-patterns/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mywp-custom-patterns/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mywp-custom-patterns/reviews/)

## Tags

 * [import export](https://wordpress.org/support/topic-tag/import-export/)

 * 1 reply
 * 2 participants
 * Last reply from: [Aris](https://wordpress.org/support/users/bugsysop/)
 * Last activity: [3 years, 7 months ago](https://wordpress.org/support/topic/import-export-support-hide-default-pattern-category/#post-16082710)
 * Status: not resolved