Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/woocomme.../patterns
File: coming-soon.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Title: Coming Soon
[2] Fix | Delete
* Slug: woocommerce/coming-soon
[3] Fix | Delete
* Categories: WooCommerce
[4] Fix | Delete
* Inserter: false
[5] Fix | Delete
* Feature Flag: launch-your-store
[6] Fix | Delete
*
[7] Fix | Delete
* @package WooCommerce\Blocks
[8] Fix | Delete
*/
[9] Fix | Delete
[10] Fix | Delete
$store_pages_only = 'yes' === get_option( 'woocommerce_store_pages_only', 'no' );
[11] Fix | Delete
$default_pattern = $store_pages_only ? 'coming-soon-store-only' : 'page-coming-soon-default';
[12] Fix | Delete
[13] Fix | Delete
?>
[14] Fix | Delete
[15] Fix | Delete
<!-- wp:pattern {"slug":"woocommerce/<?php echo $default_pattern; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>"} /-->
[16] Fix | Delete
[17] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function