guys, how to fix: The following plugin needs to be updated to its latest version to ensure maximum compatibility with this theme: Porto Functionality.
?
test this :
in plugins/porto-functionality/porto-functionality.php
search around line 46 :
if ( $porto_old_plugins ) {
add_action( 'admin_notices', array( $this, 'notice_to_remove_old_plugins' ) );
add_action( 'network_admin_notices', array( $this, 'notice_to_remove_old_plugins' ) );
}
Replace by :
if ( $porto_old_plugins ) {
// add_action( 'admin_notices', array( $this, 'notice_to_remove_old_plugins' ) );
// add_action( 'network_admin_notices', array( $this, 'notice_to_remove_old_plugins' ) );
}
no tested !