Viewing 1 replies (of 1 total)
  • 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.