Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/woocomme.../src/Blocks
File: Options.php
<?php
[0] Fix | Delete
namespace Automattic\WooCommerce\Blocks;
[1] Fix | Delete
[2] Fix | Delete
/**
[3] Fix | Delete
* Contains all the option names used by the plugin.
[4] Fix | Delete
*/
[5] Fix | Delete
class Options {
[6] Fix | Delete
[7] Fix | Delete
const WC_BLOCK_VERSION = 'wc_blocks_version';
[8] Fix | Delete
const WC_BLOCK_USE_BLOCKIFIED_PRODUCT_GRID_BLOCK_AS_TEMPLATE = 'wc_blocks_use_blockified_product_grid_block_as_template';
[9] Fix | Delete
}
[10] Fix | Delete
[11] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function