如何从子类别Woocommerce产品类别中获取父名称

时间:2020-04-17 16:09:58

标签: php wordpress woocommerce categories

当我尝试获取父母的名字时,出现错误

试图获取非对象的属性“名称”

在,不知道为什么。我在functions.php

中编写此代码
public static void main(String[] args) {

    Scanner scanner = new Scanner(System.in);

    System.out.print("\033[10;10H"); // move cursor to arbitrary pos, let's choose (10, 10)
    System.out.print("\033[6n"); // requests cursor position

    String response = scanner.nextLine();
    scanner.close();
}

0 个答案:

没有答案