• Currently PHP warnings are generated because the get_option fallback is boolean false by default but EML expects an array for the \wpuxss_eml_lib_options (line 462 of enhanced-media-library.php)

    Currently:
    $wpuxss_eml_lib_options = get_option('wpuxss_eml_lib_options');

    Please update this to:
    $wpuxss_eml_lib_options = get_option('wpuxss_eml_lib_options', array());

    I’d be happy to provide a patch but I can’t find your source code on GitHub.

Viewing 1 replies (of 1 total)
  • Plugin Author webbistro

    (@webbistro)

    Hello @pacifika,

    I am very sorry for not replying in due time!

    Thank you for informing me and for your kind suggestion. Please try v2.7.1, it addresses the issues you described. Please let me know if you have any issue with it.

    Best,
    -Nadia

Viewing 1 replies (of 1 total)
  • The topic ‘Fix for PHP Warnings’ is closed to new replies.