Skip to content

Commit 2300325

Browse files
authored
Update woocommerce-utils.php
1 parent 11b7b46 commit 2300325

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

woocommerce-utils.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
* Plugin Name: WooCommerce Utils
44
* Description: Provides helpful utilities for WooCommerce.
55
* Version: 1.0.0
6-
* Author: Example Author
6+
* Author: Web Lifter
77
* Text Domain: woocommerce-utils
88
* Domain Path: /languages
9-
* GitHub Plugin URI: https://github.com/example/woocommerce-utils
9+
* GitHub Plugin URI: https://github.com/web-lifter/woocommerce-utils
1010
*/
1111

1212
if ( ! defined( 'ABSPATH' ) ) {
@@ -24,10 +24,10 @@
2424
define( 'WC_UTILS_URL', plugin_dir_url( __FILE__ ) );
2525
}
2626
if ( ! defined( 'WC_UTILS_REPO_RAW' ) ) {
27-
define( 'WC_UTILS_REPO_RAW', 'https://raw.githubusercontent.com/example/woocommerce-utils/main/' );
27+
define( 'WC_UTILS_REPO_RAW', 'https://raw.githubusercontent.com/web-lifter/woocommerce-utils/main/' );
2828
}
2929
if ( ! defined( 'WC_UTILS_REPO_ZIP' ) ) {
30-
define( 'WC_UTILS_REPO_ZIP', 'https://github.com/example/woocommerce-utils/archive/refs/heads/main.zip' );
30+
define( 'WC_UTILS_REPO_ZIP', 'https://github.com/web-lifter/woocommerce-utils/archive/refs/heads/main.zip' );
3131
}
3232

3333
/**

0 commit comments

Comments
 (0)