Skip to content

Commit 9177258

Browse files
committed
fix: fix name plugin
1 parent 8cb3f80 commit 9177258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function VFA_vuefront_admin_action_vf_information() {
6767
$plugin_version = $plugin_data['Version'];
6868
$extensions = array();
6969
$extensions[] = array(
70-
'name' => $woocommerce_data['Name'],
70+
'name' => 'WooCommerce',
7171
'version' => $woocommerce_data['Version'],
7272
'status' => is_plugin_active( 'woocommerce/woocommerce.php' )
7373
);

0 commit comments

Comments
 (0)