What’s the difference between “parent” and “category_parent” in a WP_Term object? For example:
[1] => WP_Term Object
(
[term_id] => 24
[name] => Essential Oils
[slug] => essential-oils
[term_group] => 0
[term_taxonomy_id] => 24
[taxonomy] => category
What's the difference between "parent" and "category_parent" in a WP_Term object? =>
[parent] => 22
[count] => 14
[filter] => raw
[cat_ID] => 24
[category_count] => 14
[category_description] =>
[cat_name] => Essential Oils
[category_nicename] => essential-oils
[category_parent] => 22
)