File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
* Plugin Name: WooCommerce Utils
4
4
* Description: Provides helpful utilities for WooCommerce.
5
5
* Version: 1.0.0
6
- * Author: Example Author
6
+ * Author: Web Lifter
7
7
* Text Domain: woocommerce-utils
8
8
* Domain Path: /languages
9
- * GitHub Plugin URI: https://github.com/example /woocommerce-utils
9
+ * GitHub Plugin URI: https://github.com/web-lifter /woocommerce-utils
10
10
*/
11
11
12
12
if ( ! defined ( 'ABSPATH ' ) ) {
24
24
define ( 'WC_UTILS_URL ' , plugin_dir_url ( __FILE__ ) );
25
25
}
26
26
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/ ' );
28
28
}
29
29
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 ' );
31
31
}
32
32
33
33
/**
You can’t perform that action at this time.
0 commit comments