Problem with div composer plugin tag on altervista hosting

Posted in: Newspaper
Post count: 3

Hello, this is Carlo from the Altervista Hosting development team.
We identified that the website https://www.saluteperfetta.it/ and https://www.sportcultura.it hosted by us is having issues due to an incorrect usage of the hook the_post called by your plugin td-composer: in the file td-composer/includes/tdc_main.php on line 1174 your code calls the action the_post with just one argument, which is incorrect.
Starting from WordPress 4.1.0 (released in 2015) the action the_post always passes *two arguments*, please check also the official documentation https://developer.wordpress.org/reference/hooks/the_post/.
Could you please fix your code in order to always call the the_post action in a correct way? This would not only fix the incompatibility issue with our service but would also increase compatiblity with any other plugin or theme that expects to receive both arguments in the_post.
If you need more details, please contact us at basic_feedback@altervista.it
Thanks,
Carlo

Post count: 35449

Hi Carlo,
Our developers are investigating this situation and we hope that they will provide a solution soon!
Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.