Re-developed “Republish All Tooltips” module to avoid conflicts with other wordpress plugins / themes
Hi, dear users of WordPress Tooltips plugin , I hope this message finds that you are doing well and having wonderful weekend with your family Yesterday, we released wordpress tooltips plugin 34.6.8, based on an amazing wordpress tooltips user’s feature request, he hope “there was a way to re-post tooltips in bulk rather than one by one…” 🙂
Today, we got another user’s feedback, he said in his wordpress site, he found the “Republish All Tooltips” function only updated about 50 tooltip terms in his site. Our wordpress tooltips plugin developer lost sleep to check the issue for the tooltip user as soon as possible. Finally we found it is because we are using wordpress standard function get_posts() in this module, get_posts() can indded be affected by other plugins or themes, especially those that modify wordpress queries or filter content. Since get_posts() is based on WP_QUERY, it uses the default query parameters internally, and these paramters may be modified by hooks in other plugins or themes (such as pre_get_posts ), which can limit the number of results returned by the query. 🙂
We re-developed the “Republish All Tooltips” function asap we can, now we use wordpress SQL function to get all tooltip terms to avoid conflicts with other wordpress plugins / themes 🙂
Thanks for the report, if you have any more question, it is very welcome to contact us, we are very happy to help you 🙂
Have a blessed day with your family 🙂
Best Regards,
WordPress Tooltips Plugin Support


Leave a Reply