Get attribute taxonomies function wc_get_attribute_taxonomies() (ok)

C:\xampp\htdocs\test\wp-content\themes\twentyfifteen-child\functions.php

<?php  
echo '<pre>';
	var_export(wc_get_attribute_taxonomies());
echo '</pre>';
?>

Last updated