• I’m getting the PHP warning “explode() expects parameter 2 to be string, array given” all the time for:

    wp-content/plugins/woocommerce-jetpack/includes/functions/wcj-functions-core.php:55
    [ $active_plugin = explode( ‘/’, $active_plugin ); ]

    wp-content/plugins/woocommerce-jetpack/includes/core/class-wcj-admin.php:49
    [ $active_plugin = explode( ‘/’, $active_plugin ); ]

    How can I solve this? I know it’s just a warning, but my logs are overloaded with these.

    The page I need help with: [log in to see the link]

  • The topic ‘PHP warnings $active_plugin’ is closed to new replies.