Bug in the plugin

0
Bug in the plugin 1
Mark Norbruis
Jul 20, 2022 09:47 PM 1 Answers
Member Since Jul 2020
Subscribed Subscribe Not subscribe
Flag(0)

Hi,

In post-grid-pro, we found a hardcoded name of "download_tag" for a custom taxonomy, that prevented getting terms of any other custom taxonomy.

post-grid-pro/includes/layout-elements.php line 643

We were able to fix it by replacing

$term_list =wp_get_post_terms($post_id,'download_tag',array('fields'=>'all'));
with
$term_list =wp_get_post_terms($post_id,$taxonomy,array('fields'=>'all'));
Could you change it on your end, please, so that it is fixed in the next version of the plugin?
Kind Regard.

 

2 Subscribers
Bug in the plugin 1
Bug in the plugin 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
1
Bug in the plugin 4
PickPlugins
Jul 21, 2022
Flag(0)

Welcome to our forum.

Thanks for reporting the issue, we have already fixed the issue and updated the plugin, could you please download and reinstall the latest version from here https://pickplugins.com/my-account/downloads/

Sign in to Reply
Replying as Submit