Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter webboty

    (@webboty)

    Update … the issue was not primary caused by this plugin but another one (wp-editor) that transformed the links array to a string, which caused this plugin to fail. The code above just made sure there was no string operation and fixed the individual error at the first level. However it did not solve the culprit at its root.

    So this is not a PHP 7.3 issue of this plugin but of the other one – nevertheless … the push_array function is cleaner to use to avoid issues with other plugins. I would still recommend the change of the code.

    • This reply was modified 4 years, 1 month ago by webboty.
    Thread Starter webboty

    (@webboty)

    Update … the issue was not primarly caused by this plugin but another one (wp-editor) that transformed the links array to a string, which caused this plugin to fail. The code above just made sure there was no string operation and fixed the individual error at the first level. However it did not solve the culprit at its root.

    So this is not a PHP 7.3 issue of this plugin but of the other one – nevertheless … the push_array function is cleaner to use to avoid issues with other plugins. I would still recommend the change of the code.

Viewing 2 replies - 1 through 2 (of 2 total)