WPIntell

Source evidence

import export support + hide default pattern category

MyWP Block Pattern – Block Pattern Builder for WordPress · support · 2022-10-06T12:35:00+00:00

complaintsentiment
mediumseverity
0.87relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 35 rows with source links

17.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Hozefa Saleh unresolved
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/ 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 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 😉

Comments

1 shown
Aris 2022-10-09T15:42:00+00:00

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 😉