mirror of
https://github.com/rwsite/wc-plugin-update-server.git
synced 2025-10-04 00:47:35 +08:00
fix
This commit is contained in:
parent
3754330328
commit
2d73d74f45
1 changed files with 0 additions and 3 deletions
|
@ -191,9 +191,6 @@ final class LicOrder
|
|||
public function print_order_meta($order, $show_title = true){
|
||||
|
||||
$licenses = get_post_meta( is_int($order) ? $order : $order->get_id() , LicOrder::key, true);
|
||||
console_log(['$licenses' => $licenses]);
|
||||
var_dump($licenses);
|
||||
wp_die(-1);
|
||||
|
||||
if (!empty($licenses) && count($licenses) != 0) {
|
||||
$output = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue