• Resolved Hans Schuijff

    (@hanswitteprins)


    Hi Nick,

    In testing my website I came across this error-message in my php error log, generated by your plugin.

    [01-May-2020 09:29:55 UTC] PHP Deprecated: genesis_get_additional_image_sizes is <strong>verouderd</strong> sinds versie 2.5.0. Gebruik in plaats daarvan wp_get_additional_image_sizes. in /home/nginx/domains/mydomain/public/wp-includes/functions.php on line 4713

    It seems that since genesis version 2.5 genesis_get_additional_image_sizes() has been deprecated. Perhaps you want to change your usage of it to wp_get_additional_image_sizes(), like advised? genesis_get_additional_image_sizes() right now is just a wrapper function to wp_get_additional_image_sizes() anyways, so it would make no difference in result.

    It’s being called in widget-class.php line 442 and 475.

    Regards,

    Hans

Viewing 1 replies (of 1 total)
  • Plugin Author Nick Diego

    (@ndiego)

    Hi Hans,

    Thanks for catching this. I am in the process of a substantial rewrite of the plugin, so this will get taken care of in the next release.

    Best,
    Nick

Viewing 1 replies (of 1 total)
  • The topic ‘genesis_get_additional_image_sizes() is deprecated’ is closed to new replies.