i see that you use wp_get_post_tags in Loader.php file
can i somehow change it to something like this?
$taxonomy = ‘product_tag’;
wp_get_post_terms($post->ID, $taxonomy);
i know that this particular function is not working ?? can you provide me a temporary solution so i can change it in Loader.php file until you develop new version that support woocommerce fully?
i don’t use any blog posts – only woocommerce posts so i’m aware of the fact that such temporary solution would break any wordpress tags funcionality ??
please help! ??
-
This reply was modified 5 years, 10 months ago by tinto_brass.