• Seems like the latest version is not entirely PHP 8 supported as it is throwing a deprecation notice.

    Deprecated: uasort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in oceanwp\inc\themepanel\theme-panel.php on line 468.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Xevo

    (@xevo)

    Also just noticed that if you don’t update the theme in the normal way, in my case I updated it through composer, the “Update and get the new Theme Panel” notice doesn’t disappear and cannot be dismissed.

    For anyone else running into this issue, you can just disable the notices.

    remove_action('admin_notices', 'ocean_oe_is_outdated_admin_notice');
    remove_action('admin_notices', 'ocean_theme_is_outdated_admin_notice');
    • This reply was modified 2 years, 6 months ago by Xevo.

    Hello @xevo,

    Thank you for reporting this problem.

    Can you please share on what PHP 8 version are you experiencing the problem?

    Thank you in advance

    Thread Starter Xevo

    (@xevo)

    Hi @wpfleek,

    I’m currently running PHP version 8.0.19 locally and on my staging.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Deprecated notice on PHP 8’ is closed to new replies.