• Resolved steuph

    (@steuph)


    I’ve got warning since last update

    Warning: Undefined array key “return_format” in /home/sc1vapa2530/terresdefrance.com/wp-content/plugins/acf-galerie-4/providers/class.register-field-type.php on line 378

    Warning: Undefined array key “return_format” in /home/sc1vapa2530/terresdefrance.com/wp-content/plugins/acf-galerie-4/providers/class.register-field-type.php on line 383

Viewing 2 replies - 1 through 2 (of 2 total)
  • Edit /wp-content/plugins/acf-galerie-4/providers/class.register-field-type.php

    Replace line 378

    if ($field[‘return_format’] == ‘media_id’) {
    with
    if (($field[‘return_format’] ?? ”) == ‘media_id’) {

    and line 383

    if ($field[‘return_format’] == ‘media_url’) {
    with
    if (($field[‘return_format’] ?? ”) == ‘media_url’) {

    Hopefully they’ll fix it

    Plugin Author Navneil Naicker

    (@navzme)

    Hello – Thanks for reporting this issue.

    It has now been resolved and will be included in version 1.4.5. The update will be available to all users within the next 24 hours. WordPress typically introduces a short delay before releasing plugin updates so that submitted changes can be reviewed by moderators and security scanners.

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

You must be logged in to reply to this topic.