Skip to content
This repository was archived by the owner on Jun 15, 2022. It is now read-only.

Commit 381657f

Browse files
committed
Clean up the plugin header.
Some of the options being used are meant for WordPress plugins' readme.txt files, while others (Author, License, etc.) were missing. Reference: - https://developer.wordpress.org/plugins/the-basics/header-requirements/ - https://docs.woocommerce.com/document/create-a-plugin/
1 parent efc9aee commit 381657f

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

wc-custom-order-table.php

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
<?php
22
/**
3-
* WooCommerce - Custom Order Table
3+
* Plugin Name: WooCommerce - Custom Order Tables
4+
* Plugin URI: https://github.com/liquidweb/WooCommerce-Order-Tables
5+
* Description: Store WooCommerce order data in a custom table.
6+
* Version: 1.0.0
7+
* Author: Liquid Web
8+
* Author URI: https://www.liquidweb.com
9+
* License: GPL2
10+
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
411
*
5-
* @link https://github.com/liquidweb/WooCommerce-Order-Tables
6-
* @package WordPress
7-
* @wordpress-plugin
8-
*
9-
* Plugin Name: WooCommerce - Custom Order Table
10-
* Plugin URI: https://github.com/liquidweb/WooCommerce-Order-Tables
11-
* Description: Store WooCommerce order data in a custom table.
12-
* Version: 1.0.0
13-
* WC requires at least: 3.0.0
14-
* WC tested up to: 3.2.6
15-
* Requires at least: 4.7
16-
* Tested up to: 4.9.1
12+
* WC requires at least: 3.0.0
13+
* WC tested up to: 3.2.6
1714
*/
1815

1916
define('WC_CUSTOM_ORDER_TABLE_URL', plugin_dir_url(__FILE__));

0 commit comments

Comments
 (0)