2020-05-02 / 5524阅 / 悠然
检查一个类别是否是另一个类别的祖先。
您可以将id或category对象用于两个参数。如果使用整数,则将检索类别。
(int|object)(Required)ID or object to check if this is the parent category.
(int|object)(Required)The child category.
(bool) Whether $cat2 is child of $cat1