We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb3f80 commit 9177258Copy full SHA for 9177258
plugin.php
@@ -67,7 +67,7 @@ function VFA_vuefront_admin_action_vf_information() {
67
$plugin_version = $plugin_data['Version'];
68
$extensions = array();
69
$extensions[] = array(
70
- 'name' => $woocommerce_data['Name'],
+ 'name' => 'WooCommerce',
71
'version' => $woocommerce_data['Version'],
72
'status' => is_plugin_active( 'woocommerce/woocommerce.php' )
73
);
0 commit comments